Thanks Jed, thats precisely what I reported in the first post in this thread, and I would like that solution since I find it more elegant and stable, but I found out it doesnt work (and just re-confirmed) when its trying to remove a value that has spaces in it ( the value of myVar contains more than 1 word). When its just one word it works great though. Is there any walk around that problem?
On Tuesday, November 15, 2016 at 9:18:36 AM UTC+1, Jed Carty wrote: > > You can also get around this by using a list widget instead of set: > > <$list variable="myVar" filter=<<currentTiddler>>> > <$list filter='[is[current]tags[]remove<myVar>]'></$list> > </$list> > > > -- 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/43db6d5f-d416-45d3-b39a-e9f75057f138%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

