Obsidian is a powerful knowledge management application that stores notes locally as plain Markdown files, creating a personal knowledge base through bidirectional linking. Unlike cloud-first note apps, Obsidian builds on your file system — your notes remain yours forever, linkable into an interconnected graph of ideas. With extensive customization through plugins, themes, and workflows (PARA, Zettelkasten, GTD), Obsidian scales from simple note-taking to sophisticated second brain systems, supporting everything from daily journaling and task management to research databases and project documentation.
What This Cheat Sheet Covers
This topic spans 15 focused tables and 168 indexed concepts, 118 flashcards. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
A jump-to index of every table row in this cheat sheet.
An interactive map of every table and concept in this topic.
Table 1: Vault Structure and Folder Organization
Organizing your vault establishes the foundation for long-term knowledge management. Whether you prefer folders, tags, or link-based navigation, Obsidian adapts to your workflow — PARA for project-action systems, Zettelkasten for atomic networked notes, or hybrid approaches combining structure with emergence.
| Method | Example | Description | |
|---|---|---|---|
All notes in root + index notes | • Minimal folders • organization through Maps of Content (index notes linking related topics) and rich internal linking — favored for emergent structure | ||
Projects/, Areas/, Resources/, Archive/ | Four top-level folders for actionable projects, ongoing areas of responsibility, reference resources, and completed work — implements Tiago Forte's system | ||
Atomic notes + permanent notes + indexes | • Atomic notes with unique IDs, linked through structure notes • emphasizes note connections over folder hierarchy | ||
Work/Projects/, Personal/Health/, etc. | • Traditional nested folders by topic or life area • familiar structure, easy to browse — trade-off with reduced link-based emergence | ||
.obsidian/attachments/ or per-note subfolder | Dedicated folder for images, PDFs, media (configured in Settings → Files and Links → Default location for new attachments) | ||
Daily/2026/05/ or Daily/2026-05-17.md | Separate folder for daily notes (Settings → Daily notes → Date format and New file location) to keep journal entries isolated | ||
Save "Writing", "Research", "Planning" layouts | Core plugin to save and switch pane arrangements — instantly restore sidebars, splits, and tabs for different contexts | ||
Auto-generated lists via TABLE queries | Replace static index notes with Dataview queries that auto-populate based on tags, folders, or properties | ||
Filter notes by properties in table view | Core plugin (v1.11+) turning notes into database rows — sort, filter, and view by frontmatter properties | ||
Separate vaults for Work vs Personal | • Multiple vaults for strict separation • each vault is an independent folder on disk with separate settings and plugins |