Zettelkasten Forum


[Plug-in] List of All Tags

edited June 2025 in Plug-In Showcase

I was in need of a list of all tags found in all notes in The Archive.

I found this forum post about it:
https://forum.zettelkasten.de/discussion/936/is-it-possible-to-see-a-list-of-all-tags

Since The Archive now has a plug-in system, I created one to do exactly that.

It is very simple, perhaps it might me useful for someone. Just download the ZIP file and double-click on the extracted file to install the plugin.

Suggestions welcome!

Comments

  • Yes, I have a suggestion - more, please!

    I wanted to get a list of all files without tags. Your script is handy on its own, and trivial changes got what I was looking for.

    Thanks for the boost!

    Specifically, I changed tags !== null to tags === null, then changed the tagSet.add line to read tagSet.add(value.filename).

    The last change was to put double brackets around each filename on output.

    I always amaze myself with Javascript. First, I'm clumsy and slow, and second, it's never that hard to get what I want.

    It's time to get more familiar with it. I started writing C about the time the Little White Book came out. You'd think I wouldn't let Javascript slow me down.

Sign In or Register to comment.