What I want is:
For example I have a tid A with tag x, y, z.
I want to list all the tids that have tag x and y and z.
How to make it I try some filters which I listed below. But not worked. plz help
Macro seems not work too, because you need to pass a variable(tagName) to macro which is not allowed.
<$list filter="[[targetTid]tags[]![done]]" variable=tagName>
<$list filter="[tag[<<tagName>>]]" > // not work
<$list filter="[tag[<tagName>]]" > // not work
</$list>
this filter not work too...
[tag[[七巧板]tags[]![done]]]