ppeetteerrs/obsidian-zola

[Feature Request] Any plan of supporting tag system?

Opened this issue · 5 comments

i use tag for querying notes frequently but obsidian-zola doesnt support it!

+1 Request

Any suggestions on how it should be implemented? E.g. where should the tags appear on the page and whether they need to be clickable. If they need to be clickable, a separate tag page would be needed, and that is not trivial to add in with the current framework 😢

I'm not sure of the tech.
But I'd imagine there would be an archive of docs/pages using the tag - so probably some dynamic template for the tag archive page - which would be used for every tag link (so when someone clicks on tag, they get sent to the tag archive page to see all tagged pages).

The right sidebar would probably be where the tags are listed. Like here:: https://fictionbecomesfact.com/obsidian-publish-alternatives

The author of that also goes into much more detail on the templates for how to do it with Jekyll (which he uses): https://fictionbecomesfact.com/jekyll-tags

I believe this idea be easy to adapt to Zola, however, I'm sorry for just suggesting a solution and not being able to contribute any time or energy to this right now.

This is an amazing project and I would love to see support for tagging as I am making use of tags in this vault that is deployed here. Thanks again so much for all your hard work 💪🏻