You need to use tiddlywiki filters:

https://tiddlywiki.com/#Filters

A filter that accomplishes what you want is:

[tag[T1]tag[T2]!tag[T3]]

If you type that in the "fitlers" tab of the advanced search tiddler, you 
will see a list of the tiddlers you want.

If you want to display these results in another tiddler, there is the very 
handy list-links macro:

https://tiddlywiki.com/#list-links%20Macro

Which you can use like this:

<<list-links "MY FILTER HERE">>

So for you, it would look like this:

<<list-links "[tag[T1]tag[T2]!tag[T3]]">>

On Tuesday, May 8, 2018 at 9:53:35 AM UTC-5, Didier Bretin wrote:
>
> Hello,
>
> Is there a simple way to display tiddlers which correspond to a list of 
> tags ?
> For example if I have the following tiddlers:
> - Ta (tags : T1, T2)
> - Tb (tags : T1)
> - Tc (tags : T2, T3)
> - Td (tags : T1, T2, T3)
>
> And I want to display all tiddlers with tags : T1 and T2 and not T3.
>
> How can I do this ?
>
> Regards.
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ce2c6268-de1b-423c-8646-e70d52e26120%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to