The tags plugin shows all tags discovered in the vault with their occurrence counts and lets users filter notes by tag.Documentation Index
Fetch the complete documentation index at: https://aidocs.zorid.app/llms.txt
Use this file to discover all available pages before exploring further.
v0 scope
- List of tags from both inline (
#project) and frontmatter (tags: [project]) sources. - Counts per tag.
- Click a tag to filter the file explorer or open a search result.
- Nested tag display (
#project/zoridshows under#project).
Platform APIs used
metadata.listTags()andmetadata.getFilesForTag(tag).workspace.openViewto drive filtered listings.
Source
Full tags plan on GitHub.