mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-02 03:31:29 +00:00
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.
title: $:/plugins/tiddlywiki/filesystem/readme The filesystem plugin is used under Node.js to synchronise tiddler changes back to the file system. It is inert when used in the browser. [[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/filesystem]]