Hi everyone
What ‘define’ should I use with the snippet below? What I want is a list of buttons, one for each tag, and when I click the button, all the tiddlers tagged with that tag open. I am using the open all tagg
<$list filter="[is[tag]]"><<openalltagged "$tid$">> </$list>
Feel free to do this another way. This was just my attempt to get as close as I could.