> > That's fantastic, thanks! However, when I set a limit of 10 it only > > shows 6 tags, and when I select a limit of 30 it shows 25 tags. Also, > > only the bottom two segments seem to be used. > This seems to happen when you exclude certain tags from the tagcloud > (eg <<tagCloud limit:10 systemConfig systemConfigDisable excludeLists > quickLink macros plugins excludeSearch temporary HotTopic hideTags>>)
The problem is the way that the existing tagCloud code is excluding the specified tags. It doesn't actually remove those tags from the calculations... it simply skips over those tags when displaying. In your case, 4 of your top 10 tags were excluded. Thus, only 6 tags were displayed, and those tags actually fell into the bottom two segments. While these results are consistent with the logic that is implemented in the code, it is not what most people (myself included) would really *want* as a result. I will have to re-write the 'exclude tags' part of the plugin code to truly eliminate the excluded tags from the cloud generation, rather than just from the cloud *output*... I'll post when I have an update available... -e --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

