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. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
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) |