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='<myVar>'></$list>
</$set>

четверг, 17 ноября 2016 г. в 11:27:17 UTC+3, fidel...@gmail.com: 

> Any opportunity is good to learn about TW internals, thanks for the 
> explanation and the replacement code it was very useful to me, and allows 
> for the use of operators with multiple words. 
> Then again, shoudlnt that be in the main documentation of operators? So 
> people can use them with multi-word variables?
>
>
> On Wednesday, November 16, 2016 at 1:25:35 PM UTC+1, Jed Carty wrote:
>>
>> This is a very annoying property of the set widget that I am unhappy with 
>> that a lot of the operators added with action-listops also use. The problem 
>> is that the set widget returns each word as a separate list item and 
>> doesn't handle titles with spaces in a way that plays well with other 
>> things. I thought in this context the list widget fixed the problem but the 
>> remove operator has the same thing where it will only take a multi-word 
>> input as a single item if it has [[ and ]] around it. 
>>
>> One way to use the remove operator like you want is like this:
>>
>> <$set name="myVar" filter='[<currentTiddler>]'>
>> <$list filter='[is[current]tags[]remove<myVar>]'></$list>
>> </$set>
>>
>> I will be quiet now since I think you have a solution and this is just be 
>> me complaining :p
>>
>

-- 
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/700d2f2f-1006-408a-a992-3a313754d7c9n%40googlegroups.com.

Reply via email to