Works!!
Mind-effing-blown

Thanks Mark!!!!

Sincerely
Riz

On Mon, 4 May 2020, 06:28 'Mark S.' via TiddlyWiki, <
tiddlywiki@googlegroups.com> wrote:

>
> \define filt-alltags()
> <$vars tag1="tag[" tag2="]" lb="[" rb="]">
> <$set filter=
> "[all[current]tags[]addprefix<tag1>addsuffix<tag2>]+[join[]addprefix<lb>addsuffix<rb>]"
> name="filt" select=0>
> <$text text=<<filt>>/>
> </$set>
> </$vars>
> \end
>
> <$wikify text=<<filt-alltags>> name="wiked">
> <$list filter=<<wiked>>/>
> </$wikify>
>
>
>
> On Sunday, May 3, 2020 at 3:38:14 PM UTC-7, 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 a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/YFjCBU31PJE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/a14aac9e-77b9-4e5b-b5f5-3e09b5b25ab7%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/a14aac9e-77b9-4e5b-b5f5-3e09b5b25ab7%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAO0b0pHw%3D4RDdWjZ6_CkkZWuQLgH7qh8svkJPZK3kW%3DgqCi_WQ%40mail.gmail.com.

Reply via email to