Skip to content

lg2it/md2td

Repository files navigation

Markdown to TiddlyWiki Coverter

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.

Available syntax conversions

# ↔︎ !

## ↔︎ !!

……

###### ↔︎ !!!!!!

[text](url) ↔︎ [[text|url]]

![](url) ↔︎ [img[url]]

**Blod** ↔︎''Blod''

*Italic* ↔︎ //Italic//

--- ↔︎ ---

inline code ↔︎ inline code

And also code block, bullet list and number list.

Roadmap

  • 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

About

Markdown to TiddlyWiki Coverter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published