Hi

I want to display tag pills for tiddlers which are tagged with tag 1 but 
exclude tags 2 to 8 from appearing in the list.

The following will exclude tag2 from the display and I could exclude the 
others in the same way but I'm sure there's a more elegant way of doing it.

<$list filter="[tag[tag1]!tag[tag2]tags[]sort[title]]">
<$transclude tiddler="$:/core/ui/TagTemplate"/> 
</$list>

If I assigned a field value to tags 2 to 8, I thought I could exclude them 
that way, but I can't work out how to do it.

I tried this but it doesn't work

<$list filter="[tag[tag1]!has[fieldname]tags[]sort[title]]">
<$transclude tiddler="$:/core/ui/TagTemplate"/> 
</$list>j


Any ideas?

Thanks,
Jon

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/59f6661b-4a73-456a-ba4f-b3211c3246d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to