On Wednesday, October 14, 2020 at 7:43:14 PM UTC-7, Donald Coates wrote:
>
> I would like to remove the tag Journal from the list but can't seem to get
> my head around it.
> <$list filter={{!!tags}} template="$:/core/ui/TagTemplate"/>
>
Here's two different ways to remove "Journal" from the $list:
<$list filter="[enlist{!!tags}] -[[Journal]]"
template="$:/core/ui/TagTemplate"/>
<$list filter="[enlist{!!tags}!match[Journal]]"
template="$:/core/ui/TagTemplate"/>
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/2881ea24-179c-47a9-bb54-a667aaeb7828o%40googlegroups.com.