michal-h21 / vim-zettel

VimWiki addon for managing notes according to Zettelkasten method
MIT License
555 stars 72 forks source link

General Question: How do you properly use tags? #144

Closed tokisuno closed 6 months ago

tokisuno commented 7 months ago

Howdy! I wanna use tags in my Zettel and then use :ZettelGenerateTags on my index.md to populate it with the different files per tag. I tried using :tag1: - regenerating tags with vimwiki and then launching :ZettelGenerateTags only to get this.

image

michal-h21 commented 6 months ago

Thanks for the report. The format of the tags file used by Vimwiki changed. I've updated Vim-zettel to support this format, so it should work now.

tokisuno commented 6 months ago

confirmed it works. thanks !