As mark said these are conventions but in some ways they flow logically, here is my view
Any $:/ is a "system tiddler which stays out of regular search results State tiddlers - setting some value during a particular operation such as selection. If done again are often rewritten, however they may hang around so the tiddler or wiki remains in that "state" Temp tiddlers - Used at a moment in time, usually overwritten id they already exists, after the operation you don't care what happens to them Config tiddlers - A place to store settings, maintained available to be used when needed In the case of these hidden tiddlers sometimes we want unique ones, that relate to a single tiddler so we use the Qualify macro, it is wise to hide this from search by including a system prefix <<qualify $:/temp/valuename>> perhaps to edit text of a temporary tiddler, or if it is a persistent setting for that tiddler <<qualify $:/config/valuename>> Regards Tony On Monday, July 30, 2018 at 3:58:33 AM UTC+10, [email protected] wrote: > > hello, > > From what I noticed, some of the temp tiddlers are saved and not deleted. > The 2 I know that remain are "Search" and "Advanced Search" which appear to > hold last entered search term. I don't know if they have any purpose other > than holding the term bu I know if I save with a search term in the basic > search bar and close the wiki without clearing the search bar, when the > wiki is reopened it will load with the search term still in the search bar. > > On Saturday, July 28, 2018 at 11:45:00 AM UTC-4, @TiddlyTweeter wrote: >> >> As I begin to tweak I get confused. >> >> $:/state/etc., $:/temp/etc., $:/config/etc, $:/whatever/what-123456789 >> >> Do any of them mean something SPECIAL? For example ... >> >> -- Does TW delete "$:/temp/etc." on close? >> >> Or are these just USEFUL CONVENTIONS? >> >> I think when you start to "tweak" its useful to know more about how to >> consistently make addressing for The Dark Side (everything beginning "$:/"). >> >> Any comments? >> > -- 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/66fc2890-ace6-42a3-b179-6ae60c04fdf9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

