1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-11 13:23:17 +00:00
Jermolene a4506231a7 Fix writing non-wikitext text tiddlers
The plan had been to switch template depending on the content type, but
we’d only implemented support for saving wikitext tiddlers. That meant
that creating a tiddler with any non-wikitext content type failed to
write the file correctly under Node.js.

Now we just always save in .tid file format.
2016-07-14 17:42:57 +01:00
..