Assume, I have a tiddler named "Tiddler1" with the tags "one" "two" and 
"three". How can I list all the Tiddlers which have at least the tags of 
this "Tiddler1"?

I'd like to use it in such a filter:

<$list filter="[!is[system]tag[FW]has[uw-inf]] +[sort[uw-inf]]">
<tr>
<td>{{!!uw-inf}}</td>

<td><$link>{{!!title}}</$link></td>
<td>{{||$:/core/ui/ViewTemplate/tags}}</td>
</tr>
</$list>

(I'm wondering, why this questions hasn't asked before.)

Greetings,

Uwe


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2527ac5a-9ef1-4704-9101-2e197259a920%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to