Hi guys,
I found out how to remove a bunch of tiddles that has a particular tag.
<$action-deletetiddler $filter="[tag[green tiddles]]"/>
What I need is to remove only the tag of my tiddles.
Any idea ?
Cheers.
Hi guys,
I found out how to remove a bunch of tiddles that has a particular tag.
<$action-deletetiddler $filter="[tag[green tiddles]]"/>
What I need is to remove only the tag of my tiddles.
Any idea ?
Cheers.
Hi,
Have a closer look at https://tiddlywiki.com/#ActionListopsWidget … There may be the info you need.
-mairo
The is an action send message to remove a tag and you can do this to multiple tiddlers at once. You can choose to exclude the current tiddler “-[]” or in the same button trigger add it back with tm-add-tag on the current tiddler.
<$button…
<$list filter=…
action widgets for each listed tiddler
</$list>
Button name
</$button>