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 [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/8bf88936-8a48-4381-9fab-f3796cecf1c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to