How to organize your notes in Obsidian // The LATCH method
Based on Nicole van der Hoeven's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Organize notes around retrieval: decide how you want to find a note again before choosing a storage method.
Briefing
Note organization in Obsidian boils down to one practical question: how should a person reliably find a note again later? The approach starts with choosing among four core organization mechanisms—folders, links, tags, and metadata—each suited to different kinds of “finding.” Folders work best when a note truly belongs in only one place, such as separating highlights imported from other sources from the author’s own interpretations. Links, created with Obsidian’s [[note name]] syntax, are better for semantic connections that don’t fit neatly into categories; a note about “Application Performance” can be linked to “Productivity” even if they don’t share an obvious folder. Tags, added on the fly with #, handle system-level processing needs when notes don’t share meaning but still require the same workflow treatment. Metadata—specifically Dataview parameters in YAML front matter or inline—adds structure for combinations of those methods and enables database-like views and visualizations across a vault.
From there, the organizing logic shifts from “where to store notes” to “what to record inside notes so retrieval stays fast.” The LATCH system, attributed to Richard Saul Wurman’s Information Anxiety and popularized through Obsidian plugin developer Zsolt Viczián’s work, defines five retrieval anchors: Location, Alphabet, Time, Category, and Hierarchy. Location is usually optional, but it becomes useful in role-playing games where a “place” in a fantasy world can be searched via Dataview queries and supported with both metadata and links for redundancy. Alphabet covers filename-based recall—knowing the first letters of a note—so folders and Obsidian’s Quick Switcher become key tools. Quick Switcher (a core plugin) lets users jump to notes by typing partial names quickly, using a shortcut like ⌘O.
Time adds another retrieval axis. By storing date parameters in YAML and using calendar plugins (Fantasy Calender for game sessions and the Calender community plugin for daily notes), a person can find what happened on a specific day or session number. Category combines semantic grouping and workflow tagging: manual “maps of content” (MOCs) summarize related notes for tabletop role-playing games, while tags like TVZ mark items that have been synced but not yet processed. Hierarchy addresses the “I forgot the name” problem by searching upward through parent-child relationships. With ExcaliBrain, a note can list parent concepts in front matter; even if “JMeter” is forgotten, starting from “Load Testing Tool” can reveal the child node. The practical takeaway is that perfect organization isn’t required—people can pick what works now, then rely on Quick Switcher and Obsidian Search for cleanup later when notes were tagged or linked imperfectly.
Cornell Notes
Obsidian organization works best when it’s designed around retrieval: folders, links, tags, and metadata each support different kinds of searching. The LATCH method adds a second layer by specifying what information to capture in notes so they can be found later—Location, Alphabet, Time, Category, and Hierarchy. Location and Time rely on metadata and Dataview/calendar queries (especially useful for role-playing games). Alphabet is handled through filename-based structures and Obsidian’s Quick Switcher. Category uses semantic MOCs plus workflow tags, while Hierarchy uses parent-child relationships—often via ExcaliBrain—so users can find a note even when they’ve forgotten its exact name.
Why do folders work well for some notes but not for others?
How do links differ from folders when it comes to retrieval?
What role do tags and metadata play when notes need workflow handling or database-style views?
How does the LATCH system help someone find a note when they don’t remember its exact name?
How does ExcaliBrain support Hierarchy-based searching?
Why is “good enough now, fix later” a core part of the organization strategy?
Review Questions
- Which retrieval anchor in LATCH would you use if you only remember the day a note was created, and how would you implement it in Obsidian?
- Give one example of when a folder-based approach would fail and a link-based approach would succeed.
- How does Hierarchy in LATCH differ from Alphabet, and what plugin feature helps make Hierarchy work in practice?
Key Points
- 1
Organize notes around retrieval: decide how you want to find a note again before choosing a storage method.
- 2
Use folders when a note belongs in exactly one place, such as separating imported highlights (Readwise) from your own writing (Book).
- 3
Use links for semantic connections that don’t fit cleanly into categories, so one topic can trigger recall of another.
- 4
Use tags for workflow/system states (like TVZ for items still needing processing) and use metadata/Dataview parameters for queryable structure.
- 5
Apply LATCH as a retrieval checklist—Location, Alphabet, Time, Category, Hierarchy—so notes carry multiple findable anchors.
- 6
For “forgot the name” situations, rely on Hierarchy with parent-child relationships (e.g., via ExcaliBrain) rather than only filename recall.
- 7
Treat organization as iterative: pick what works now, then use Quick Switcher or Obsidian Search to correct gaps later.