inwo inwo.
← all posts

Obsidian, Zero to Hero: From First Note to Power-User Vault

July 4, 2026 · Shingo Nakamura · AI

Most note apps own your notes. Obsidian doesn’t — it opens a folder of plain Markdown files on your disk and turns it into a linked knowledge base, and everything else is built on top of that one fact. That’s why people who move to Obsidian tend to stay: the notes are just files, they’ll open in any editor in twenty years, and the app is a lens over them rather than a vault you’re locked inside.

The flip side is that Obsidian hands you a blank canvas and a plugin store, which is exactly why newcomers bounce off it. This guide takes you from zero — a first note — to “hero”: the workflows, plugins, and habits that separate a power-user vault from a graveyard of half-written notes. It’s built from Obsidian’s own docs and pricing (checked 2026-07-04) plus the patterns power users actually converge on; where something is a judgment call rather than a documented fact, I say so.

What it is

Obsidian is a local-first, Markdown-based knowledge base. Your notes live as .md files in a folder called a vault, on your own disk, with no account required and no telemetry. On top of those files, Obsidian adds the things a plain editor can’t: [[wikilinks]] between notes, automatic backlinks, a graph view of how everything connects, YAML properties (metadata) on each note, and an extension system — core plugins shipped by the team plus a large third-party community catalog. The app is free without limits; a few optional paid services (Sync, Publish) sit alongside it.

Why it matters

The reason to care isn’t features, it’s ownership and longevity. Concretely:

  • Your data is just files. Plain Markdown on local disk means no lock-in, no proprietary format, and no dependence on a company staying alive. You can back it up, put it in Git, grep it, or edit it in another app — it’s yours.
  • Private by default. Notes are stored locally and inaccessible to Obsidian; the apps collect no telemetry and never sell data. If you add Sync, it’s AES-256 end-to-end encrypted.
  • It grows with you. The same vault can stay a plain diary or become a project manager, a research database, or a writing studio — you add capability only when a real need shows up.
  • Links over folders. Because backlinks and the graph are first-class, structure can emerge from how notes connect instead of being imposed by a folder tree you have to maintain.
  • It’s an ideal LLM knowledge base. Plain Markdown is exactly what RAG pipelines and coding agents want to read. If you’re already compiling knowledge for LLMs, a vault doubles as the source — see our LLM Wiki post for that angle.

How it works

A vault is a directory. Every note is a Markdown file; every folder is just a folder. You link notes by typing [[ and picking a target, and Obsidian maintains the reverse link automatically — open any note and its backlinks pane shows everything that points at it. The graph view renders those links as a network, which is more useful as a “what’s connected to what” check than as a daily driver.

Two mechanisms turn that from a notebook into a system. First, properties: a YAML block at the top of a note (status: active, due: 2026-07-10, tags: [project]) makes notes queryable. Second, plugins. Core plugins ship with the app and are official — daily notes, Canvas (an infinite whiteboard), the Web Clipper for saving web pages into the vault, a CLI, and the newer Bases, which turns any set of notes into a no-code database backed by their properties. Community plugins — several thousand of them (community trackers count well over 5,000) — extend everything else. Because notes are plain files, none of this is magic: a Dataview table or a Base is just a live query over the YAML you’ve written.

Getting started

Download the app (free, no sign-up), create a vault by pointing it at a new or existing folder, and make your first note. That’s the whole setup. Two keystrokes do most of the navigation from day one: the command palette (Ctrl/Cmd+P) runs any action, and the quick switcher (Ctrl/Cmd+O) jumps to any note by name. Type [[ to link as you write, and don’t organize prematurely — let links carry the structure.

On cost, the honest version: the app itself is free, forever, without limits. The optional add-ons are Sync at $4–5/user/month (cross-device, end-to-end encrypted, version history, shared vaults) and Publish at $8–10/month per site (turn notes into a website). A Catalyst license ($25 one-time) gets early beta builds. There’s a Commercial license at $50/user/year — but per Obsidian’s own FAQ it’s optional even for work use, encouraged to support development, not required. Students and nonprofits get 40% off Sync/Publish. You never have to pay anything.

In practice

This is the “hero” half — where a vault stops being a text folder and starts being a system. Two ideas do most of the work: capture everything into one place, and let a few well-chosen plugins carry your specific workflow.

The essential plugin stack

Power users install dozens of plugins but rely on a handful. The community keeps converging on roughly the same core set:

  • Dataview — query your vault like a database and render live tables/lists (e.g. “all open tasks tagged #project, sorted by due date”). The single biggest power-up.
  • Bases (core, no install) — the native, no-code answer to Dataview: table and card views over note properties, saved as .base files. Less flexible than Dataview’s query language, but built in and friendlier; many users now reach for it first and drop to Dataview only when they need the extra power.
  • Templater — dynamic templates with variables and JavaScript, so a new meeting note or daily note fills itself in.
  • Tasks — track to-dos across the whole vault with due dates, priorities, and recurrence.
  • Calendar + Periodic Notes — daily/weekly/monthly notes with a sidebar calendar to move between them.
  • QuickAdd — capture an idea or create a templated note with one keystroke.
  • Kanban — board view for anything you’d otherwise track in Trello.

How power users actually run it

The workflows that recur across serious vaults:

  • The daily note is the inbox. Capture everything into today’s note with zero filing, then process and link it later. Friction-free capture beats perfect organization.
  • Links over folders. Instead of deep folder trees, connect notes with [[wikilinks]] and use Maps of Content (a hub note that links to a topic’s notes). Methods like Zettelkasten and PARA are popular scaffolds, but the tool doesn’t force any of them.
  • Properties first. Put metadata in YAML from the start; it’s what makes Dataview and Bases useful later. A note without properties is invisible to your dashboards.
  • Mobile to capture, desktop to build. Use the phone for quick capture on the go and do the heavy linking, querying, and reviewing on desktop.
  • Keyboard-first. Live in the command palette and quick switcher; add hotkeys for your top few actions. It’s the difference between “a nice app” and “faster than thinking.”
  • It’s just files, so use Git. Version and back up the vault with plain Git — free history and off-machine backup without paying for Sync.

The most important tip is a subtraction: a vault with four well-configured plugins beats one with twenty you barely understand. One widely cited example — the PKM writer Mike Schmitz runs 39 plugins but calls only about 8 truly essential. Add a plugin when a concrete need appears, not because a “best plugins” list told you to. The failure mode of Obsidian isn’t missing features; it’s spending your evenings tuning the tool instead of writing in it.

How it compares

The usual comparison is Notion, and the split is clean. Notion is a cloud, block-based, database-first workspace built for teams and real-time collaboration — genuinely better if your primary need is a shared team wiki with structured databases and non-technical collaborators. Its cost is that your data lives in Notion’s proprietary cloud. Obsidian is the opposite bet: local, plain-Markdown, single-player by default, infinitely extensible, and yours. Logseq is the closest philosophical neighbor (local, Markdown-ish, outliner-first) if you think in bullets rather than documents. Pick Obsidian when ownership, longevity, offline access, and extensibility matter more than out-of-the-box collaboration; pick Notion when the team and the shared databases come first.

Tradeoffs

The honest cons — several are the reason people bounce off it:

  • Blank-canvas learning curve. Obsidian gives you Markdown and a plugin store and little opinion about what to do with them. Expect days of fumbling before it clicks, and the freedom itself is a trap: it’s easy to spend more time configuring than writing.
  • You must be OK with Markdown. It’s a lightweight syntax, not hard, but if you want pure WYSIWYG with zero syntax, this isn’t it.
  • No native real-time collaboration. It’s built for personal knowledge management. Shared vaults exist via Sync, but live multi-user editing like Notion/Google Docs isn’t the model.
  • Sync is a paid add-on (or DIY). Core cross-device sync isn’t bundled; you either pay for Obsidian Sync or wire up your own (iCloud/Dropbox, Git, or a community plugin like Remotely Save), which some find fiddly.
  • Mobile has rough edges. The mobile apps — Android especially — have a history of reliability complaints; verify it fits your phone workflow before committing.
  • Community plugins are third-party. The catalog is the superpower and the risk: plugins are made by the community, so you’re extending a private knowledge base with code you should at least loosely trust.
  • Closed-source app. The notes are open (plain files) but the application itself is proprietary, not open source — worth knowing if that’s a hard requirement for you.

Takeaway

Go from zero to hero in Obsidian by resisting the urge to skip to hero. Install the app, capture into a daily note, link with [[ ]], and add exactly one plugin when a real need appears — Dataview or Bases first, then Templater and Tasks as your workflow demands. The payoff isn’t the graph screenshot; it’s a private, portable, plain-text knowledge base that outlives any app and that an LLM can read as easily as you can. The one thing to remember: Obsidian rewards restraint. The best vaults aren’t the ones with the most plugins — they’re the ones people actually write in every day.