Yes, that worked! Excellent! Thanks! What does the "tagging[]" thing do?
On Tuesday, April 21, 2020 at 5:48:46 PM UTC-4, Mat wrote: > > <$list filter="[tag[Task]] +[!prefix[context_]]" variable="item">' >> > > I think the problem here is that you get all tiddlers tagged Task but > then remove all tiddlers *titled* with prefix context. Try this: > > <$set name=badones filter="[tag[Task]tags[]prefix[Context_]tagging[]]"> > <$list filter="[tag[Task]] -[enlist<badones>]"/> > </$set> > > <:-) > >> -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7ad0c0d9-fd14-4ca1-91fd-60c79815185a%40googlegroups.com.

