Am Freitag, 11. September 2015 01:36:07 UTC+2 schrieb Ray Vermey:
>
> For instance i see pages where all the tags are together placed in nice 
> coloured butons, and i ask myself:
> how is that done? (do you know how??)
>

In TWC, there was a Tag Cloud Plugin, showing all tags in one place, their 
font size corresponding with how often they were used.
I haven't yet found a solution for the font size variation, but showing 
their usage count works.
Simply create a Tiddler with following content:

<style type="text/css">
  .cloud span { white-space:nowrap; margin-right:6px; }
  .cloud .tc-tag-list-item { margin-right:0; margin-top:4px; }
</style>
<div class="cloud">
  <$list filter="[tags[]!is[system]sort[title]]">
    <span>
      <$transclude tiddler="$:/core/ui/TagTemplate"/>
      <small><$count filter="[all[current]tagging[]]"/></small>
    </span>
  </$list>
</div>

You will see all your tag buttons, their usage count appended.

You could transclude this tiddler afterwards in your default tiddler.

Uwe

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1cf22415-5a5f-48d1-a0ee-fdeb0b1d1678%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to