Hi Mauloop,

Thank you !
I really like this proposal :)
I still have a tag that I would like to exclude, because graphically it 
takes up too much space (with more 200 tiddlers)
I tried to exclude it in the filter with ![mytag] but it removes me from 
other tags (example with all I have 41 tags, and if I exluse it I only 
display 28).
(and yes, I'm still not comfortable with filters, my bad)


<$list filter="""[tags[]!is[system]![mytag]sort[title]]""">
<$vars count={{{ [all[current]tagging[]count[]] }}}>
<<tag>><<count>>
</$vars>
</$list>

If anyone has the solution, it would be perfect !

Cheers,
Sylvain



Le mardi 16 avril 2019 13:06:23 UTC+2, mauloop a écrit :
>
> The code from my previuos post has a side effect, that makes drop-down 
> menus from tag-pills to have the same font-size than the tag-pill itself 
> (the biggest ones are unreadable).
> This one fix:
>
> \define tag-pill-styles()
> background-color:$(backgroundColor)$;
> fill:$(foregroundColor)$;
> color:$(foregroundColor)$;
> font-size:calc(1em + (0.1em * $(count)$) / 5);
> \end
>
>
> <$list filter="""[tags[]!is[system]sort[title]]""">
> <$vars count={{{ [all[current]tagging[]count[]] }}}>
> <<tag>>
> </$vars>
> </$list>
>
>
> Basically the tag-pills-styles macro overrides the one from 
> $:/core/macros/tag.
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/568d4d28-7a37-4bf6-8381-06a069a6fa1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to