Display tags on the card

I designed the tab to display the tags. But all tags are displayed in one line, with no spaces between them.
Is there a code that defines each tag to be displayed in a separate row? Or will there be a different separation between badges?

If you’re using the Tags special field, it should show the tags separated by spaces.

I wrote some fancy code to show the tags in colors:
image

Here is a demo deck with the code used: Gofile - Free file sharing and storage platform

I use similar code but as an add-on to show the tag list in all my note types without modifying the templates: anki-misc/tag_list at master · abdnh/anki-misc · GitHub

Or you can try the Clickable Tags add-on.

2 Likes