Hi IsoLin As things stand, the best approach is to override $:/core/save/all with your own filter.
> Can you think of anything below `$:/state/` which you would definately not considder transient state, otherwise I might just add all of `$:/state/` to my ignore list Everything that the core stores under $:/state/ can be considered transient state, and can be cleared between sessions. Best wishes Jeremy On Sun, Mar 8, 2015 at 9:59 PM, IsoLin.CHiP <[email protected]> wrote: > Ok, cool. This looks like just what I was looking for. Thank you for your > replys. :) > > So to summarize: > > * in the current Version (5.1.7) anything below `$:/state/popup/` will not > be saved to disk. > * if I wanted to extend my TW to change the core functionality (and > possibly create a plugin) I would override the shadowtiddler > `$:/core/save/all` and replace the `saveTiddlerFilter()` macro to add some > logic which chains a filter or excludes blacklisted tiddlers and appends > whitelisted tiddlers. > > Followup questions: > > * Which would you assume is the better and/or easier way to go about it: > ** Find the core shadowtiddlers that use the tab widget and change the > location where the state is saved to something below `$:/state/popup/` > ** Extend the `$:/core/save/all` to evaluate and process some easily > manageable lists that white-/blacklist tiddlers > ** Find and mess around with the tab widget itself > > * Can you think of anything below `$:/state/` which you would definately > not considder transient state, otherwise I might just add all of > `$:/state/` to my ignore list > > Cheers > > -- > 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 http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

