I have a fondness for TiddlyWiki, and yet my inclination is towards employing markdown syntax for everyday note-taking. Despite having a markdown plugin installed on TiddlyWiki, there are times when I find myself partial to using WikiText — a TiddlyWiki-supported syntax — over markdown.
With this in mind, I crafted a nifty converter that boasts real-time preview capabilities. Upon typing your text into the left-hand textarea using markdown syntax, you'll witness it being rendered live in the corresponding textarea on the right.
# ↔︎ !
## ↔︎ !!
……
###### ↔︎ !!!!!!
[text](url) ↔︎ [[text|url]]
 ↔︎ [img[url]]
**Blod** ↔︎''Blod''
*Italic* ↔︎ //Italic//
--- ↔︎ ---
inline code ↔︎ inline code
And also code block, bullet list and number list.
-
Support for commonly used markdown syntax
-
Bidirectional conversion capability between markdown and TiddlyWiki
-
[] Expansion with more comprehensive markdown syntax support
-
[] Functionality to import markdown files