On Monday, October 19, 2015 at 8:54:45 PM UTC-7, David Gifford wrote: > > If I have this list filter > <$list filter="[!is[system]tags[]sort[title]]"><$link><$view > field="title"/></$link> - </$list> > And every tiddler will have the tag "term" but I don't want the tag "term" > to appear on the list, how do I modify it? >
add a second "run" to the filter to remove the undesired term, like this: <$list filter="[!is[system]tags[]sort[title]] -[[term]]"><$link><$view field="title"/></$link> - </$list> enjoy, -e -- 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 http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/fd74be07-ea1e-426c-b3d1-fba2f65db169%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

