vnotex / vnote

A pleasant note-taking platform in native C++.
https://app.vnote.fun
GNU Lesser General Public License v3.0
11.89k stars 1.22k forks source link

Add MediaWiki markup support #196

Open ghost opened 6 years ago

ghost commented 6 years ago

Add MediaWiki markup support for notes

File extension: *.wiki

P.S.: https://en.wikipedia.org/wiki/Ikiwiki

tamlok commented 6 years ago

VNote is extensible to support another file type, but it will be another story (I need to re-estimate my time and energy). For now let's just focus on Markdown. :)

ghost commented 6 years ago

For now let's just focus on Markdown.

Firstly work on Markdown, of course!

Adding MediaWiki markup is long-term feature request ;-)