Add a file system sync adaptor for the server

It's going to save tiddler changes to the file system
This commit is contained in:
Jeremy Ruston
2013-03-24 12:22:21 +00:00
parent 6eb48e7058
commit 7df3d48451
3 changed files with 63 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"title": "$:/plugins/tiddlywiki/filesystem",
"description": "File system synchronisation",
"author": "JeremyRuston",
"version": "0.0.0",
"coreVersion": ">=5.0.0"
}