Hi folks. First time user of the Tiddlywiki5 (used classic TW long time ago for a short time, close to the beginning).
I'm trying to setup TW5 for a small number of people, using the node.js instructions (under Ubuntu 16.04, using Docker/docker-compose). It works flawlessly when using the following command to run the server: tiddlywiki wiki --server 8080 $:/core/save/all text/plain text/html "$USER" "$PASSWORD" 0.0.0.0 /wiki But when using /lazy-all, instead of /all, I noticed that deleting a tiddler doesn't really delete it. After a few seconds, or after refreshing the page, the tiddler is back. My experience with javascript is very limited, but I wanted to help a bit with tracing to give you more meaningful information. I found when using $:/core/save/all, the parameter 'options' to the function: plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js: TiddlyWebAdaptor.prototype .deleteTiddler(title,callback,options) includes an attribute 'tiddlerInfo.adaptorInfo.bag'. When using lazy-all, it doesn't. The function decides not to do any work if there is no such attribute. Could this be the problem? I may of course may be missing something more obvious from the docs. I appreciate any help. Thanks for this wonderful piece of software! Walter -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/93c166ca-8989-4b5f-8296-2e0819a3fd1c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

