Il giorno domenica 14 aprile 2019 04:13:30 UTC+2, Eric Shulman ha scritto:
>
> ...
> In TiddlyWiki5, you can actually generate a tag cloud without using any
> plugins!
>
> Try this:
> ...
>
>
I was long waiting to find time to write my own TagCloud macro (I didn't
know how, but I knew it was possible). Thanks, Eric, for your suggestion. I
post my variation, that uses tag pills, in case someone could be interested
in:
\define calcFontSize() font-size:calc(1em + (0.1em * $(count)$) / 5);
<$list filter="""[tags[]!is[system]sort[title]]""">
<$vars count={{{ [all[current]tagging[]count[]] }}}>
<span style=<<calcFontSize>> >
<<tag>>
</span>
</$vars>
</$list>
--
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/44f36d94-c006-4620-ac38-21d5c71fd5fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.