mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-06 00:24:08 +00:00

* feat: allow deleteTiddler to not modify fs * refactor: add new function that merely delete file in cache, and let old func calls it * fix: self is undefined
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]]