Whatever changes I make in the wiki get refreshed as soon as I kill the server and start again. How can I make the changes stay?
I cannot save and retain the changes:
The WikiTitle and Subtitle
The theme tweaks - like the sidebar width and tiddler width.
even the changes mentioned in the fix.
How to save it and retain everytime I run the wiki?
Kindly help :)
Prestige
Joshua Fontany
unread,
Nov 23, 2020, 2:10:54 AM11/23/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
You need to include the following in the "plugins" array in your tiddlywiki.info file:
"tiddlywiki/filesystem",
"tiddlywiki/tiddlyweb"
This causes the node server to load "tiddlywiki/filesystem" as its syncadaptor, while the wiki in the browser loads "tiddlywiki/tiddlyweb" as its syncadaptor.
This allows saving back to disk any chages made in the browser.