removing tag from a list of tags

113 views
Skip to first unread message

Donald Coates

unread,
Oct 14, 2020, 10:43:14 PM10/14/20
to TiddlyWiki
As you can see below I have a list of each journal entry with a list of the tags below it.  I would like to remove the tag Journal from the list but can't seem to get my head around it.


!! Recent (last 10) Journal Entries
<$list filter="[tag[Journal]!sort[created]limit[10]]" >
<$link>@@font-size:1.3rem;<$view field="title" />@@</$link><br/>
<$list filter={{!!tags}} template="$:/core/ui/TagTemplate"/>
<hr/>
</$list>


Eric Shulman

unread,
Oct 14, 2020, 11:45:44 PM10/14/20
to TiddlyWiki
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
 
 

Donald Coates

unread,
Oct 15, 2020, 8:11:34 AM10/15/20
to TiddlyWiki
Eric thank you.  I can not begin to express how happy I am you upgraded to TW5.  I have starred about every one of your responses here since you made the switch.  And here again you not only solve a problem but provide something new that I have not used before!  You're TiddlyTools site really opened my eyes to what TW can be way back in the days when I first started using it.

I tried to donate on your site and it says 'something is not working' on the paypal redirect.  I notice that the donations tiddler is like 7 years old.

Eric Shulman

unread,
Oct 15, 2020, 8:29:40 AM10/15/20
to TiddlyWiki
On Thursday, October 15, 2020 at 5:11:34 AM UTC-7, Donald Coates wrote:
I tried to donate on your site and it says 'something is not working' on the paypal redirect.  I notice that the donations tiddler is like 7 years old.

Yeah.  The old TiddlyTools "Classic" site hasn't been updated in a long time.

To make a PayPal donation, go directly to: http://paypal.me/TiddlyTools

-e

Donald Coates

unread,
Oct 15, 2020, 8:54:42 PM10/15/20
to TiddlyWiki
done.  Thank you for all the time you put in.
Reply all
Reply to author
Forward
0 new messages