On Thursday, February 27, 2020 at 5:08:06 AM UTC-8, Sylvain Naudin wrote:
>
> I'm interested if someone know to hide *only one specific* tag, a normal 
> tag, or a systeme tag like $:/mytag and display others tags.
>

Here's a customization that does what you want:

1) edit $:/core/ui/ViewTemplate/tags
2) in the <$list> widget, change this:
<$list filter="[all[current]tags[]sort[title]]".../>
with this:
<$list filter="[all[current]tags[]sort[title]] 
-[enlist{$:/config/HideTags}]".../>
3) create a new tiddler named $:/config/HideTags
4) in the text field of that tiddler, enter a space-separated list of tag 
names that you want to hide

Q.E.D.

Let me know how it goes...

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/8f135949-fb1e-40b4-8401-5fb123776ec3%40googlegroups.com.

Reply via email to