Riz
We can say [enlist{!!list}] generates the tiddlers you want to test if they
have particular tags
This is a run, if you want to test each item in that run you either append
more filters or use a +[[run]] to apply to each item
So the following should be what you are looking for
[enlist{!!list}tag[title1]tag[title3]tag[title3]]
or
[enlist{!!list}] +[tag[tag1]] +[tag[tag2]] +[tag[tag3]]
A Common mistake is
[enlist{!!list}] [tag[tag1]] [tag[tag2]] [tag[tag3]]
This last one is 4 seperate runs that contribute to the output
Regards
Tony
On Monday, 4 May 2020 08:38:14 UTC+10, Riz wrote:
>
> Say myfield contains a list of 5 titles - I want to find tiddlers tagged
> by all of them in combination
>
> [enlist{!!list}tagging[]]
>
> This code would list all tiddlers tagged by at least one of them -
> tag[title1] or tag[title2] and so on.
> I want to find tag[title1] AND tag[title2] AND tag[title3] and so on
>
--
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/a91ccf71-cd23-404c-91e3-56b3533c655c%40googlegroups.com.