>
> 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>


 

> [enlist{!!tags}]+[tag[genre]]

Nit pick but even shorter:
> [enlist{!!tags}tag[genre]] 


Yes! It works! I knew this should be short! :)

 As I understand $view won't do, so I have to use $list and probably use a 
> filter [tags[]tag[genre]] or smth, but I'm lost in syntax once again...  


I think I'll stick with this one:
<$list filter="[enlist{!!tags}tag[genre]]"><$link/>, </$list>

Should study this "enlist" though...

Thanks Mario & Mat!

-- 
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/e2ebb6b5-52ef-446f-91f9-9618b314b1e9o%40googlegroups.com.

Reply via email to