Said in Is it possible to trigger an action on mouse over or hover? - #7 by TW_Tones, @TW_Tones call things like <$widget />
<<macro>>
\define definition
as WikiScript.
And I think things like bold, iterlic, list, title, are just MarkUp, which will transform to HTML (HT Markup Language)
Markdown is mainly composed of MarkUp, but I think recently it can also use most of the WikiScript (or all of them? I haven’t use md a lot), and rendering result is exactly the same as wikitext Markup.
In WYSIWYG editor, Markup part is currently using Wikitext version. For example, when you type #
, it will only regard it as a ShortCut, then autocomplete as a list, not as a title. But this is totally configurable, user can switch to MD shortcuts.
(while keep those really good part of wikitext markup shortcuts, like [img[xxx.png]]
, which is much better than ![](xxx.png)
)
What’s being saved by a WYSIWYG editor is also configurable. Currently, I save wikitext markup by default.
But considering the popularity of MD, I’m considering if we should save it as md by default?
Another question is, do you prefer md markup or wikitext markup? (While keeping using all the WikiScript unchanged)