Markdown Export 0.9 (beta)

The major feature in this release is internal links between tiddlers/Markdown documents.

To be able to implement this in a good way, I had to add the following as well:

You can now export multiple tiddlers into a zip archive, where each tiddler is saved to its own Markdown file. This requires the (official?) JSZip plugin.

You can now export to different targets, such as Pandoc, Obsidian and Logseq. The Markdown itself is the same, but the links, filenames and property metadata are somewhat different.

Please note that I consider this release a beta. Let me know here or as issues on Github if you run into problems.

Get the plugin here: cdaven's TiddlyWiki Demo

3 Likes

Wondeful! The features improved the usability of this plugin.
I like to use it for the Python projects.

One side question (ignore if irrelevant).
I usually save my conversation from ChatGPT. It generates a form of Markdown. Have you thought about the reverse conversion? I mean from Markdown to WikiText? Of course I have written a short WikiText code reading the Markdown and partially convert the Markdown into WikiText (e.g. headings, bullet and numbered items, bold, and italic).

This plugin by @linonetwo can do md to wikitext conversion