On Tuesday, July 27, 2021 at 2:26:23 PM UTC+2 TW Tones wrote:
[all[current]tags[]count[]match[2]then<currentTiddler>] +[tag[Tag1]]
> +[tag[Tag2]]
>
Tony, Your filter uses all tiddlers that have 2 tags and starts to test
them.
I did think about this:
<$set name="condition" value="[tag[Tag2]tags[]count[]match[2]]">
<$list filter="[tag[Tag1]filter<condition>]">
<<currentTiddler>> <br/>
</$list>
</$set>
My filter uses all tiddlers, that have at least Tag1 and tests them if it
has Tag2 and only 2 tags. ... Those tiddlers could have 1,2 or more tags.
...
Performace will depend on how the tags are used and how many tiddlers have
2 tags ...
-mario
--
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/34769714-f766-40ec-84b4-c1a799e24c81n%40googlegroups.com.