I'll apologize in advance for what I am sure is an incredibly simple question, but for the life of me I have been unable to figure out.
I would like to use more than one tag in a list filter, so instead of:
<$list filter="[tag[TagName]sort[title]]"/>
Which creates a list of tiddlers, I could have something like:
<$list filter="[tag[TagName or TagName2]sort[title]]"/>
Which would create a list of all the tiddlers with TagName or TagName2.
How might I go about doing such?
Thank you.