Re: [tw] Re: [TW5] Removing all state tiddlers

2014-07-09 Thread Matabele
Hi In place of a text reference to the title of a tiddler such as "$:/state/mystate" -- use a text reference to a field i.e. "!!field-name". In this case a field in the currentTiddler will be targeted by default. Separate fields must be targeted for each slider, else they will open/close in sy

Re: [tw] Re: [TW5] Removing all state tiddlers

2014-07-09 Thread Ulrik Stervbo
Thank you Matabele! I will give both a go. Can you help me a bit along with using a field of of the currentTiddler to store states? Thanks Ulrik 2014-07-09 12:10 GMT+02:00 Matabele : > Hi > > To delete a list of tiddlers that can be targeted with a filter -- try > this: > > <$edit-text > tiddl

[tw] Re: [TW5] Removing all state tiddlers

2014-07-09 Thread Matabele
Hi To delete a list of tiddlers that can be targeted with a filter -- try this: <$edit-text tiddler="$:/temp/filter" field="filter"/> <$list filter={{$:/temp/filter!!filter}}> <$button message="tw-delete-tiddler" param={{!!title}} class="btn-invisible btn-mini">{{$:/core/images/delete-button}

[tw] Re: [TW5] Removing all state tiddlers

2014-07-09 Thread Matabele
Hi I think that this might be done by prefixing the state tiddlers you wish to be trashed with '$:/state/popup/' (popup state tiddlers are not saved.) My preferred technique is to use a field of the currentTiddler to store states, especially for sliders -- this eliminates long lists of state t