Just a note -- there is a straightforward way to get tiddler titles automatically bracketed, which I discovered eventually.
<$set name="myTags" filter=" [<currentTiddler>] [[OtherTag]]"> <$action-createtiddler $base="MyBase" tags=<<myTags>> /> </$set> A SetWidget with "Filtered List Variable Assignment" automatically double-brackets items in the list provided to it. https://tiddlywiki.com/#SetWidget On Saturday, June 5, 2021 at 10:11:47 PM UTC-4 TW Tones wrote: > I will just add if you \define something() and leave it empty it will > break things > > Tones > On Saturday, 5 June 2021 at 02:49:38 UTC+10 Ed Heil wrote: > >> Mat's initial suggestion worked great. I didn't need this to appear >> everywhere, or in edit mode. Just in a certain class of tiddlers which are >> already being displayed through a special template (which is where this >> button will appear). >> >> Thanks, everyone! >> >> -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7b61a30d-0b48-4ec6-ad5c-1359966b19b4n%40googlegroups.com.

