Get AI summaries of any video or article — Sign up free
Introduction to Tags in Obsidian thumbnail

Introduction to Tags in Obsidian

Knowledge Work Nexus·
5 min read

Based on Knowledge Work Nexus's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

Typing a hashtag in a note automatically creates a tag entry in Obsidian’s tag viewer.

Briefing

Obsidian tags work as more than labels: they double as a built-in search and navigation system that stays fast even in a mostly “vanilla” vault. By typing a hashtag directly into a note (e.g., “#wab” or “#meeting”), tags automatically appear in Obsidian’s tag viewer, where each tag shows how many times it occurs and lets users jump straight to every note containing it. This turns everyday note-taking—daily logs, project updates, and meeting notes—into an instantly retrievable knowledge base.

The walkthrough starts by setting up a clean vault and customizing the interface for speed, including keyboard shortcuts to toggle the left and right sidebars. A new daily note is created via the Daily Notes core plugin, and tags are added by inserting hashtags in the text. When a tag is clicked in the tag viewer, Obsidian opens search results for that tag on the left panel, listing every matching note. The count shown beside a tag reflects multiple occurrences within the same note, reinforcing that tags are tied to actual text matches.

A key feature highlighted is nested tags. Using a forward slash inside a tag (for example, “#person/John Dixon” or “#project/web design”), Obsidian organizes tags into a hierarchy. Editing a tag updates the tag viewer immediately: if a tag is renamed or changed so it no longer exists in the vault, clicking the old tag yields “not found,” because the search has nothing to match. This makes nested tags a practical way to keep categories (like Person or Project) tidy while still tracking specific items under them.

With more notes added, the tag viewer expands into a browsable index. Clicking a project tag such as “#Acme contract” (nested under a broader project category) reveals all pages where that project is mentioned. Those results can be copied and pasted as a link, enabling quick return to the same set of matches later. Searches can also be initiated directly from the tag panel, and then individual notes can be opened from the results.

The lesson also emphasizes workflow uses: tags provide a quick way to scan notes for a person (e.g., “Jenna”), and the list-like presentation can support lightweight practices such as a “sentence a day” journal or a daily template that prompts users to add the right tags. As the vault grows, tags can be sorted alphabetically (A–Z or Z–A), by frequency (most to least), and nested tags can be collapsed or expanded. There’s also an option to disable nesting so every tag appears flat. Overall, tags are positioned as a low-friction, high-leverage tool for organizing and retrieving information—setting the stage for later lessons on extending tags with community plugins.

Cornell Notes

Obsidian tags act as both organization and search. Adding a hashtag in a note automatically creates a tag entry in the tag viewer, including an occurrence count. Clicking a tag runs a search that lists every note containing that tag, and those search results can be copied as a link for quick reuse. Nested tags created with a forward slash (e.g., “#person/John Dixon” or “#project/web design”) keep categories structured and sortable. Tags can be sorted by name or frequency, and nesting can be collapsed, expanded, or turned off for a flat list view.

How does a tag get created and displayed in Obsidian during note-taking?

A tag is created by typing a hashtag directly in the note text, such as “#wab” or “#meeting”. Once the note is saved, the tag viewer shows the tag and how many times it appears in the note (for example, a “meeting” tag can display “two occurrences” if it appears twice).

What happens when a tag is edited so it no longer exists in the vault?

If a tag is changed and the old tag value no longer appears anywhere in the vault, clicking the old tag in the tag viewer leads to a “not found” result. The tag viewer’s search depends on actual matches currently present in the vault.

How do nested tags work, and why are they useful?

Nested tags use a forward slash inside the tag, creating a hierarchy. Examples include “#person/John Dixon” and “#project/web design”. This structure keeps related tags grouped under category parents (like Person or Project), making it easier to scan and sort as the vault grows.

How can tags function like a search tool for projects and people?

Clicking a tag runs a search that lists all notes containing that tag. For a project, clicking a project-related tag (e.g., an Acme contract tag nested under a project category) shows every page where the project is mentioned. For a person, clicking a person tag (like Jenna) provides a quick list of all notes associated with that person.

What extra capabilities come from using the tag search results panel?

Search results can be copied and pasted as a link, letting users quickly return to the same set of matches later. Searches can also be initiated from the tag window itself (e.g., clicking “website design” in the tag viewer) and then individual notes can be opened from the results.

How can users manage tag clutter as the vault grows?

Tags can be sorted A–Z or Z–A, sorted by frequency (high to low), and nested tags can be collapsed/expanded like a toggle. Users can also turn off nested display so tags appear as a flat list rather than a hierarchy. There’s also an option to delete unused tags, though the walkthrough notes tags are “cheap” and deletion is optional.

Review Questions

  1. What is the difference between a flat tag and a nested tag in Obsidian, and how is nesting created?
  2. Describe what occurs in the tag viewer when a tag is renamed or removed from all notes.
  3. How can tag-based searches be reused later without re-running the search from scratch?

Key Points

  1. 1

    Typing a hashtag in a note automatically creates a tag entry in Obsidian’s tag viewer.

  2. 2

    Clicking a tag runs a search that lists every note containing that tag, with occurrence counts reflecting matches in the note.

  3. 3

    Nested tags use a forward slash to create a hierarchy (e.g., category tags like Person or Project with specific items underneath).

  4. 4

    Renaming or removing a tag value from the vault makes the old tag unclickable in practice because searches return “not found.”

  5. 5

    Tag searches can be copied as links so the same set of results can be revisited quickly.

  6. 6

    Tag browsing supports sorting by name (A–Z/Z–A) and by frequency, and nesting can be collapsed/expanded or disabled for a flat list view.

Highlights

Tags aren’t just metadata—clicking them triggers a search that becomes a navigation tool across the vault.
Nested tags (using “/”) keep categories organized while still letting users target specific people or projects.
Copying tag search results as links turns one-off tag searches into reusable bookmarks.
Tag viewer sorting by frequency becomes increasingly useful as the vault grows and some tags fall out of use.

Topics