History: Tiki-Flavored Markdown
Source of version: 2
Copy to clipboard
! {{page}} New in ((Tiki25)) is an option to use Tiki Flavored Markdown, which is essentially [https://github.github.com/gfm/|GitHub Flavored Markdown] (GFM) with additional syntax, which itself is essentially CommonMark with additional syntax, which itself is a standardized Markdown. GFM is a strict superset of CommonMark. All the features which are supported in GitHub user content and that are not specified on the original CommonMark Spec are hence known as extensions, and highlighted as such. CommonMark is a "A strongly defined, highly compatible specification of Markdown": https://commonmark.org/ It is since a few years, the [https://en.wikipedia.org/wiki/De_facto_standard|de facto standard] for textual syntax. !! Why did Tiki move to this? Tiki has always supported Open Standards. !! History When Tiki started in 2002, there was no standard for textual syntaxes. So the Tiki community, like other wiki engines just invented a syntax. In 2006, wiki engines got together to elaborate a standard: http://www.wikicreole.org/ And Tiki was on board with moving to a standard: * https://dev.tiki.org/item1781-Support-for-the-Wiki-creole-markup-syntax http://www.wikicreole.org/wiki/TikiWikiCMSGroupware Some believed that WYSIWYG editors would make this need go away. We didn't see how that was possible: * ((tw:Why Wiki Syntax Is Important)) * https://wysiwygproblems.com/ In 2019, Tiki added the possibility to add CommonMark to a section of a page: ((PluginMarkdown))