Eric,
Perhaps we can provide instructions in TiddlyWiki Markup?
Yours for example, paste this into a tiddler.
#edit $:/core/ui/ViewTemplate/tags
#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}]".../>
```
# create a new tiddler named $:/config/HideTags
# in the text field of that tiddler, enter a space-separated list of tag
names that you want to hide
[[Discussion|https:
//groups.google.com/d/msg/tiddlywiki/Rjx1qERJ0VI/YIlf46mXAAAJ]]
On Saturday, February 29, 2020 at 11:03:23 AM UTC+11, Eric Shulman wrote:
>
> 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/803a65cd-ad53-4e9b-935e-5aaf120f2d5c%40googlegroups.com.