TiddlyWiki5/plugins/tiddlywiki/filesystem
Jermolene dc020276b0 Update filesystemadaptor to use a metafile for all binary files
Previously, newly created image files would end up being saved as a
base64-encoded .tid file. Now they are saved as an ordinary binary file
with an accompanying .meta file for the metadata.
2015-09-17 19:43:10 +01:00
..
filesystemadaptor.js Update filesystemadaptor to use a metafile for all binary files 2015-09-17 19:43:10 +01:00
plugin.info Improve plugin readmes 2015-03-19 10:53:45 +00:00
readme.tid Improve plugin readmes 2015-03-19 10:53:45 +00:00

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]]