How could I add a new tag through a filter?
I found tm-add-tag and cannot figure out how to achieve it.
This is my current codes
<$button>Add Tag
<$list filter="[tag[Colleague]]">
<$fieldmangler>
<$action-sendmessage $message="tm-remove-tag" $param="new-tag"/>
</$fieldmangler>
</$list>
</$button>