mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
a4506231a7
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. |
||
---|---|---|
.. | ||
filesystemadaptor.js | ||
plugin.info | ||
readme.tid |
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]]