1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-11 23:36:05 +00:00

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

@@ -1,6 +1,7 @@
{
"plugins": [
"tiddlywiki/tiddlyweb"
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem"
],
"parentWiki": "../tw5.com"
}