First time here? Check out the FAQ!
3

tag cloud?
 

Currently the tags are displayed as a linear list sorted by usage count. It makes a much better contextual UI if it was a tag cloud (ie) tag is bigger depending on how often it is used. It intuitively makes more sense than a sorted list IMO

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mether's avatar
1.5k
mether
asked 13 years ago

Comments

maybe as an option. where do you want the tag cloud - in the side bar or tags page? I don't mind creating an optional widget for that. Not a big fan of tag clouds though...
Evgeny's avatar Evgeny (13 years ago)
sidebar as a replacement for the linear list. I am not fan of tag clouds either but it seems to be more usable than a linear list. Site option is the best because it allows me to experiment and figure out what works best for users setting aside my personal preferences
mether's avatar mether (13 years ago)
Looks like NoahY implemented tag clouds, fast gun :). We'll see how it works soon.
Evgeny's avatar Evgeny (13 years ago)
Heh... should've refreshed this page before posting.
NoahY's avatar NoahY (13 years ago)
see more comments

1 Answer

1

Okay, I've implemented this on my github fork:

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
NoahY's avatar
303
NoahY
answered 13 years ago
link

Comments

Hi NoahY, very nice. The tag cloud looks good on the sidebar, but IMO not very readable on the tags page, just too much text crammed into the page. I've also sent a couple of emails to the email I found in the git log, there are two things I noticed that will need a fix. I will take one more look tomorrow using a diff between a bunch of commits. Thanks!!!
Evgeny's avatar Evgeny (13 years ago)
Ah, sorry, i don' t actually check that email address :* I noticed a couple of mistakes as well, that I had fixed on my production server but not in the dev. Sorry. It's all fixed up now, and I'll look at your emails presently.
NoahY's avatar NoahY (13 years ago)
I kind of like the tag cloud on the tags page, but then I have fewer tags than askbot.org :) I think the point is that with css the user has total control over how it looks, since we give them 10 classes to customize. e.g. this page: http://www.smashingmagazine.com/2007/11/07/tag-clouds-gallery-examples-and-good-practices/
NoahY's avatar NoahY (13 years ago)
Ok, it can be improved later, I think bigger fonts will be necessary for the tags page and maybe even for all clouds. I've tested your code (up to yesterdays). The tests pass, which is awesome, I'll take one more look at the diff of all your work and then merge.
Evgeny's avatar Evgeny (13 years ago)
great! let me know if there's anything else I can do.
NoahY's avatar NoahY (13 years ago)
see more comments