Hi TiddlyWiki users,

I would like to share my Python script that I use to convert WikiText 
tiddlers (.tid) to Markdown tiddlers (.md):

https://github.com/MaxGyver83/tid2md

Markdown has the advantage that it's used in many places (p.e. GitHub, 
GitLab, BitBucket, StackOverflow, Reddit) and is supported by many editors, 
parsers and other tools. When you often copy tiddlers (or parts of them) to 
other websites or when you edit/process your .tid files with tools except 
TiddlyWiki itself, it might make sense to write your tiddlers in Markdown 
or migrate those already written in WikiText to Markdown.

I also use this script to create a static version of my wiki directly 
(meaning not using TiddlyWiki) from the .tid files. Of course, there is a 
second step necessary to convert the resulting .md files to HTML. But it's 
much faster than using `tiddlywiki /path/to/wiki --render 
'$:/core/templates/alltiddlers.template.html' /tmp/static_wiki.html 
text/plain` and the resulting HTML file is much simpler.

If you are interested, just try it (on a copy of your wiki) and create an 
issue if something does not work as expected.

Best regards,
Max

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dd33a3ff-9344-457f-a9bd-a4707713b0e6n%40googlegroups.com.

Reply via email to