Loading...
 
Skip to main content

History: Converting from Tiki syntax to Markdown

Source of version: 6

Copy to clipboard
            ! {{page}}

New in ((Tiki25)): Native support for Markdown. But what if you have content in Tiki syntax?

!! Test what conversion will do
This will show conversion in the command line interface.
{CODE()}
php console.php markdown:convert --markdown
{CODE}

!! Do the actual conversion
You should first do this on a test backup instance.
{CODE()}
php console.php markdown:convert --markdown --save
{CODE}


!! Notes
* ((MakeTOC)) has been deprecated and is not available in Markdown. Please use ((PluginAutoTOC)) instead.
* Some content can't be automatically converted so you'll have to do manually (it will be indicated)
        

History

Advanced
Information Version
Marc Laporte 15
Marc Laporte 14
Marc Laporte Explaining how we do it 13
Marc Laporte 12
Marc Laporte Progress, but keeping expectations low 11
Marc Laporte 10
Marc Laporte 9
Marc Laporte 8
Marc Laporte 7
Marc Laporte 6
Marc Laporte 5
Marc Laporte 4
Marc Laporte 3
Marc Laporte 2
Marc Laporte 1