Perhaps:

<$set name="mylist" filter="[title[TiddlerA]tags[]tagging[]]">
<<mylist>>
</$set>

-- Mark

On Monday, October 29, 2018 at 11:15:44 AM UTC-7, Miguel Miranda wrote:
>
> Hi everyone!
>
> I'm having some trouble understanding exactly how to make several filters 
> in a row. I'm having trouble making the output of a filter into the 
> parameter for another. For example, I'd like filter [tags[TiddlerA]] and 
> make that the input of tagging[]. So if we have:
>
> TiddlerA: Tagged as N1,N2,N3.
> TiddlerB: Tagged as N2,N3.
> TiddlerC: Tagged as N3.
>
> So [tags[TiddlerA]]=[N1][N2][N3]
>
> and I want that to be the input to tagging, so its output would be 
> TiddlerA,B and C.
>
> The thing is I want to put the result into a variable, such as:
>
>     <$vars  test=""" [tagging[tags[TiddlerA]]]""">      ------->Knowing 
> full well the expression is wrong. Do I have to create a previous variable 
> that contains [[tags[TiddlerA]] and then operate on that?
>     </$vars>
>
> Thanks!
>

-- 
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/bb437482-8069-4306-a1c3-984f0967f181%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to