pattex / jekyll-tagging

Jekyll plugin to automatically generate a tag cloud and tag pages.
385 stars 76 forks source link

Add an option to sort the tagscloud without considering the case #39

Open nhoizey opened 9 years ago

nhoizey commented 9 years ago

You can see on https://nicolas-hoizey.com/tags/jekyll.html#tags that all upper-case tags are listed alphabetically before all lower-case tags.

I'll like to be able to mix them, sorted alphabetically but ignoring the case (still keeping it for displayed value).

I could be the new default algorithm, or an option we could pass to {{ site | tag_cloud }}.