[tw5] Re: Filter a list with a variable that contains multiple words

2021-07-10 Thread TW Tones
Mat, That is a good point, I will just add the alternative is to not use double quotes in any tiddler title, only use single quotes then "value" "filter" is sufficient. Without going into the details now, we can use Unicode characters that look like quotes as well, but do not delimit like them

[tw5] Re: Filter a list with a variable that contains multiple words

2021-07-08 Thread Mat
yeah, Eric is right. A small addition is that filters should generally be enclosed in *triple* quotes because if any of the filtered out items has quotes in it, then this can *conflict* with the enclosing filter quotes. So, get into the habit of writing filter="""...""" To see the problem, you

[tw5] Re: Filter a list with a variable that contains multiple words

2021-07-08 Thread Eric Shulman
On Thursday, July 8, 2021 at 2:36:55 AM UTC-7 miket...@gmail.com wrote: > I'm trying to figure out how it works, simplified the example, and it > doesn't do anything. Does it not fit in newer versions? > <$set name="myVar" filter='[tags[About]]'> > <$list filter=''> > > * The *[tags[]]* filter

[tw5] Re: Filter a list with a variable that contains multiple words

2021-07-08 Thread Mike Andyl
I'm trying to figure out how it works, simplified the example, and it doesn't do anything. Does it not fit in newer versions? <$set name="myVar" filter='[tags[About]]'> <$list filter=''> четверг, 17 ноября 2016 г. в 11:27:17 UTC+3, fidel...@gmail.com: > Any opportunity is good to learn about