Tag List Component for CMS

Now that I am easily adding new posts to my blog, I find myself in need of the Tag List component to work with a Tag page for each that is mentioned in the CMS Docs:

Tag List

Display every tag used in a Collection, with optional post counts.

The Tag List component renders every tag found in a CMS collection as a list of links, optionally with the number of posts that use each tag. Combined with a tag page that filters posts by tag, it’s the building block for a “Browse by topic” sidebar or a tag cloud.

we’re working on the Tag List component, unfortunately we didn’t manage to include it in the CMS2 release. We’re hoping to have it available in the near future :slight_smile:

I need this too!

It would also be very helpful to have a component to list tags in neat form (e.g. as a horizontal row of buttons) e.g. at the end of an article, with each tag linking to the tag page. I’ve managed to build a custom component to do this but there are lots of problems - e.g. the twig outputs each tag name followed by a newline, so it’s hard to style things as I wish.

Incidentally, I have to put a query string in the url for each tag page and can’t use pretty urls, which are working fine for everything else. (e.g. /tag/?tags=mytag rather than /tag/mytag )