How to delete several tiddlers -- using a filter expression

Hi @Charlie_Veniot ,

I need something similar, but not to open the tiddler. I want to delete them. Is that also possible?

Thx in advance
Stefan

Deleting tiddlers is even easier than opening them, because $action-deletetiddler directly supports using a $filter parameter, like this:

<$button> delete matching tiddlers
<$action-deletetiddler $filter="[tag[HelloThere]]"/>
</$button>
2 Likes

Late reply, no need of a reply. That is some pretty sweet code that @EricShulman provided there, eh?