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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/0be74615-cf0e-47ba-94bd-32f98428e962%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to