Making the output of a filter into the parameter of another

37 views
Skip to first unread message

Miguel Miranda

unread,
Oct 29, 2018, 2:15:44 PM10/29/18
to TiddlyWiki
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!

Mark S.

unread,
Oct 29, 2018, 4:02:00 PM10/29/18
to TiddlyWiki
Perhaps:

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

-- Mark
Reply all
Reply to author
Forward
0 new messages