Don't use the filesystem plugin

Otherwise changes to _multiwikiserver/ tiddlers are saved back to the file system

Perhaps it would work better to configure the wiki to sync state tiddlers to the browser.
This commit is contained in:
Jeremy Ruston
2024-01-23 14:29:08 +00:00
parent 239ace0c07
commit 138c7f2665
-1
View File
@@ -2,7 +2,6 @@
"description": "Multiple wiki client-server edition",
"plugins": [
"tiddlywiki/tiddlyweb",
"tiddlywiki/filesystem",
"tiddlywiki/highlight",
"tiddlywiki/multiwikiserver"
],