Hi Jake,
I think the shortest and most performant filter is:
[enlist{!!tags}]+[tag[genre]]
It lists the tags of the current tiddler and then looks, if it has a tag
"genre"
There are 2 lists:
The first will give you a comma separated list.
<$list filter="[enlist{!!tags}]+[tag[genre]]"><$link/>, </$list>
The second will give you tag pills, that open a drop down list, if you
click them.
<$list filter="[enlist{!!tags}]+[tag[genre]]"><<tag>></$list>
have fun!
mario
--
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/9f978d4b-4bb9-430a-8ee2-575d4dc6c0ado%40googlegroups.com.