> ## 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.

# Tags

> The tags core plugin shows a sidebar panel of every tag in the vault with note counts and quick filtering, letting you browse notes by tag hierarchy.

The tags plugin shows all tags discovered in the vault with their occurrence counts and lets users filter notes by tag.

## 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/zorid` shows under `#project`).

## Platform APIs used

* `metadata.listTags()` and `metadata.getFilesForTag(tag)`.
* `workspace.openView` to drive filtered listings.

<Card title="Source" icon="github" href="https://github.com/zorid-app/Zorid/blob/main/docs/core-plugins/05-tags.md">
  Full tags plan on GitHub.
</Card>
