History: Converting from Tiki syntax to Markdown
Source of version: 8
Copy to clipboard
! {{page}} New in ((Tiki25)): Native support for ((Tiki Flavored Markdown)). But what if you have content in Tiki syntax? ^ As of 2022-12, this is still very new and experimental. You should first use on a test database, and review results before running on a production database. It is not yet ready to be ran on *.tiki.org sites (which do have a huge quantity of diverse content). ^ !! 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)