There's no documentation explaining what the filter wants in terms of and "array". But this variation seems to work:
<$set name="myVar" value=<<currentTiddler>>> <$list filter='[is[current]tags[]] -[<myVar>]'></$list> </$set> Be sure to switch the tiddler out of edit mode -- this won't work in preview mode (because the underlying title will be "Draft of my tiddler".) I'm not sure why you would want to run this, since it means you have a tiddler tagged with it's own name. HTH Mark On Saturday, November 12, 2016 at 11:04:05 AM UTC-8, Fidel N wrote: > > Hey guys, the following code only works when "myVar" contains one word. > Whenever two words come out of it, the filter doesnt work properly, > despite I confirmed the variable contains the two words it should (by > trying it using <<myVar>> and checking that it has) > Here is the filter I'm refering to, specifically, the "remove" order: > > <$set name="myVar" value=<<currentTiddler>>> > <$list filter='[is[current]tags[]remove<myVar>]'></$list> > </$set> > > How should I write myVar within the filter for it to work also when it's > value contains two words? > > Thanks!! > > -- 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/2c5e486e-c3ce-40d1-8cfa-dddb86c885fa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

