Hi,

Tobias Beer has created this macro to delete tiddlers via a filter list. 
That's nice, but can it be modified to delete them all will a single mouse 
click?

Maybe using the checkbox widget with the default being all items in the 
list are checked and can be individually unchecked if required. If that's 
too difficult then just a single button next to the filter results list.

Thanks, Bob

https://tobibeer.github.io/tb5/#Deleting%20Tiddlers%20Via%20Lists

<$edit-text tiddler="$:/temp/delete-filter" tag="input" placeholder="enter 
a filter" default="" size=50/>
<$reveal state="$:/temp/delete-filter" type="nomatch" text="">
<$button class="tc-btn-invisible">
<$action-setfield $tiddler="$:/temp/delete-filter" $field="text" $value=""/>
{{$:/core/images/close-button}}
</$button>
</$reveal>

<$list filter={{$:/temp/delete-filter}}>
<$button message="tm-delete-tiddler" 
param={{!!title}}>{{$:/core/images/delete-button}}</$button> <$link 
to={{!!title}}><$view field=title/></$link><br>
</$list>




-- 
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/31cf9d47-73ea-4fcc-a129-7220c5d49f8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to