Special list filter question

57 views
Skip to first unread message

David Gifford

unread,
Oct 19, 2015, 11:54:45 PM10/19/15
to TiddlyWiki
Hi all

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? In other words, every tag except "term" should appear as a link to an actual or potential tiddler title. But the tiddlers listed may have the tag "term" also.

If anyone is curious, see http://giffmex.org/braintags/.braintags.black.template.html

Thanks

Dave

Eric Shulman

unread,
Oct 20, 2015, 1:14:52 AM10/20/15
to TiddlyWiki
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

 

David Gifford

unread,
Oct 20, 2015, 7:54:15 AM10/20/15
to tiddl...@googlegroups.com
Thanks Eric! I knew the answer had to be simple, but I was trying -[tag[term]]. Duh.

Dave

--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/JNoTeMZiVlc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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.

Reply all
Reply to author
Forward
0 new messages