Problem adding the “Develop NPCs” tag to all tiddlers of the “People” tag at once. there are two tiddlers on this topic.
- “tiddlers-filter” without tags and “[tag[People]]” as code.
- “New Tiddler” without tags and “<$button>
Add tag to selected tiddlers
<$action-listops $filter=”[addsuffix[ ]addsuffix[Develop NPCs]]" $field=“tags” $subfilter="-[Develop NPCs]"/>
</$button>" as code.
Once clicking the “Add tag to selected tiddlers”, it gives “New Tiddler” a “Filter error: Missing [ in filter expression” tag.
Any suggestions?