On Thursday, May 6, 2021 at 6:52:02 PM UTC+2 Atronoush wrote: I see on Node.JS both $:/temp and $:state will be deleted on exit! If one > wishes to keep data permanently do you recommend > something like $:/keep/state? >
You are right. The node-version doesn't save $:/temp and $:/state... The single-file version _does_ save $:/state. It only skips $:/temp tiddlers. There is a configuration option, what and how tiddlers can be saved with node: Have a closer look at: https://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming:%5B%5BCustomising%20Tiddler%20File%20Naming%5D%5D%20%5B%5BTiddlyWiki%20on%20Node.js%5D%5D So it will be possible to save $:/state if you want them. So there is no need to invent your own prefix. ... BUT $:/keep/state will be saved without any additional configuration. So you can decide. -m -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/84183dbc-e775-44b9-ac94-23a91a377088n%40googlegroups.com.

