History: Converting from Tiki syntax to Markdown
Preview of version: 11
Converting from Tiki syntax to Markdown
New in Tiki25: Native support for Tiki Flavored Markdown. But what if you have content in Tiki syntax?
Please see the evolution: https://gitlab.com/tikiwiki/tiki/-/commits/master?search=markdown
Test what conversion will do
This will show conversion in the command line interface.
php console.php markdown:convert --markdown
Do the actual conversion
You should first do this on a test backup instance.
php console.php markdown:convert --markdown --save
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)
- We extended Markdown