Panos, Extending what Mohammad says, if you have autosave on, the saving of one tiddler (into browser memory) triggers the wiki/file save. When on a node implementation it is possible for the single tiddler to be saved/committed to disk by the server, in single file mode the whole wiki must be saved each time.
With a single file wiki you can delay saving until necessary because changed tiddlers are saved in the browser memory, and there is a warning if you try and navigate away without doing the file saving, so on slower connections I trigger my own saves rather than use autosave. Regards Tony On Monday, January 6, 2020 at 7:36:52 PM UTC+11, Mohammad wrote: > > Hi Panos, > > I am not an expert in the field you asked. Jeremy, Jed, and Arlen have > developed server client tools. > > But as I know the save changes saves the whole wiki in a single html file > even on node.js > Normally save a tiddler on those tools (node.js) only save the tiddler. > > --Mohammad > > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/af31a960-d763-478e-9ac6-a28d287a1c35%40googlegroups.com.
