Apps

Obsidian Setup Guide: From Zero to Power User in 30 Minutes

A step-by-step Obsidian setup guide for beginners. Install plugins, configure settings, create your vault structure, and start taking connected notes in 30 minutes.

✍️ New Daily Tools Team··⏱️ 12 min read
Obsidian Setup Guide: From Zero to Power User in 30 Minutes

Obsidian Setup Guide: From Zero to Power User in 30 Minutes

When I first opened Obsidian, I was overwhelmed. Empty vault. No guidance. Thousands of plugins. YouTube videos showing elaborate setups built over years. I closed the app and went back to Apple Notes for a week.

That was 2 years ago. Today, Obsidian is my primary thinking tool — 3,400+ notes, a knowledge graph that surfaces unexpected connections, and a writing workflow that’s faster than anything I’ve used before. But it took me months of experimentation to get there because I didn’t have a guide like this one.

This guide gets you from “just downloaded Obsidian” to a fully functional, powerful setup in 30 minutes. Not a demo. Not someone’s 500-plugin monstrosity. A practical, minimalist setup that you’ll actually use daily.

Why Obsidian (Quick Context)

If you’re deciding between note-taking apps, read my Notion vs Obsidian comparison or Best Note-Taking Apps 2025 guide first.

Choose Obsidian if you want:

  • Speed (opens instantly, searches instantly)
  • Data ownership (your notes are local Markdown files)
  • Connection between ideas (bi-directional links + graph)
  • Infinite customization (1,000+ plugins)
  • Free core experience (no subscription required)

Phase 1: Installation & Core Settings (5 Minutes)

Step 1: Download Obsidian

  • Visit obsidian.md
  • Download for your platform (Mac/Windows/Linux)
  • Install and open

Step 2: Create Your Vault

When prompted, click “Create new vault.”

  • Name: Whatever feels right (“Brain”, “Notes”, “Knowledge”, your name)
  • Location: I recommend a cloud-synced folder:
    • Mac: iCloud Drive (free sync across Apple devices)
    • Windows: OneDrive or Dropbox
    • Any: Obsidian Sync ($8/month, most reliable)

Pro Tip: Put your vault in iCloud Drive for free syncing between Mac and iPhone. The path would be: ~/Library/Mobile Documents/iCloud~md~obsidian/Documents/YourVault. This gives you Obsidian Sync functionality for free if you’re Apple-only.

Step 3: Essential Settings

Go to Settings (gear icon, bottom-left):

Editor:

  • Default editing mode: “Live Preview” (shows formatted Markdown as you type)
  • Readable line length: ON (prevents eye-straining wide lines)
  • Spell check: ON
  • Fold heading: ON (collapse sections when reading)

Files & Links:

  • Default location for new notes: “In the folder specified below” → set to “Inbox”
  • New link format: “Shortest path when possible”
  • Automatically update internal links: ON

Appearance:

  • Theme: Browse the community themes. I use “Minimal” by Kepano (clean, fast, readable)
  • Font size: 16-18px for comfortable reading

Phase 2: Vault Structure (5 Minutes)

Create these folders in your vault (right-click in file explorer → New folder):

📥 Inbox/          ← Everything starts here
📅 Daily/          ← Daily journal notes
📋 Projects/       ← Active projects
🌱 Notes/          ← Permanent notes (processed)
📎 Attachments/    ← Images, PDFs, files
📄 Templates/      ← Note templates
🗄️ Archive/        ← Completed/inactive

Why this structure works:

  • Inbox catches everything fast (zero friction capture)
  • Daily stores journal entries by date
  • Notes is your growing knowledge base
  • Projects holds active work
  • Archive keeps things without cluttering active view
  • Templates automates note creation

This maps loosely to the PARA method. For the full framework, see my Building a Second Brain guide.

Phase 3: Essential Plugins (10 Minutes)

Go to Settings → Community Plugins → Turn off “Restricted Mode” → Browse

Install these 5 plugins (and nothing else for now):

1. Templater

What it does: Advanced templates with dynamic dates, cursor placement, and automation. Why essential: Makes daily notes, meeting notes, and project notes one-click creations.

Setup after installing:

  • Settings → Templater → Template folder location: “Templates”
  • Enable “Trigger Templater on new file creation”: ON

2. Calendar

What it does: Adds a calendar in the right sidebar. Click any date to create/open that day’s note. Why essential: Makes daily notes friction-free and navigable.

Setup: Just install and enable. It works immediately.

3. Dataview

What it does: Query your notes like a database. Create tables, lists, and dashboards from your note metadata. Why essential: Lets you build project dashboards, task lists, and topic overviews without maintaining them manually.

Setup: Just install. You’ll learn the query language gradually.

4. Quick Switcher++ (or use built-in)

What it does: Enhanced file switcher with recent files, heading search, and symbol navigation. Why essential: Finding notes in 0.5 seconds instead of browsing folders.

Setup: Bind to Cmd+O (Mac) or Ctrl+O (Windows).

5. Natural Language Dates

What it does: Type “@today” or “@next friday” and it inserts the formatted date. Why essential: Makes date-related notes and tasks fast to create.

That’s it. Five plugins. Don’t install more yet. I know it’s tempting. Resist. Use these 5 for at least 2-3 weeks before adding anything. Plugin overload is the #1 reason people abandon Obsidian.

Phase 4: Create Your Templates (5 Minutes)

Daily Note Template

Create file: Templates/Daily Note.md

# {{date:YYYY-MM-DD}} {{date:dddd}}

## Morning
- Energy level: /10
- Top 3 priorities:
  1. 
  2. 
  3. 

## Notes


## End of Day
- What went well:
- What I'd do differently:
- Tomorrow's #1 priority:

Meeting Note Template

Create file: Templates/Meeting.md

# Meeting: {{title}}
**Date:** {{date:YYYY-MM-DD}}
**Attendees:** 
**Purpose:** 

## Notes


## Action Items
- [ ] 

## Key Decisions

Project Template

Create file: Templates/Project.md

# {{title}}
**Status:** 🟡 In Progress
**Started:** {{date:YYYY-MM-DD}}
**Deadline:** 
**Goal:** 

## Overview


## Tasks
- [ ] 

## Notes


## Related
- 

Configure Daily Notes:

Settings → Core Plugins → Daily Notes → Enable

  • Date format: YYYY-MM-DD
  • New file location: Daily/
  • Template file location: Templates/Daily Note

Now pressing the “Open today’s daily note” button (or using Cmd+D with a hotkey) creates a formatted daily note automatically.

Phase 5: Your First Notes (5 Minutes)

Create Your First Daily Note

Click the calendar plugin (right sidebar) → click today’s date. Your template fills in automatically. Write your first entry.

Create a Few Connected Notes

  1. Create a note in Notes/: “Productivity Systems”
  2. Write a few thoughts about how you organize your work
  3. Use [[double brackets]] to link to concepts: “I use [[GTD]] combined with [[Time Blocking]]”
  4. Those bracketed terms become links — click them to create new notes

Experience the Graph View

After creating 5-10 notes with links between them, open Graph View (Cmd+G). You’ll see your notes as connected nodes. This visual gets more powerful with every note you add.

Pro Tip: Don’t organize first — create first. Your first 50 notes should go straight into your Inbox or Daily notes. Only after you have material should you start organizing into folders and adding tags. This prevents the classic mistake of building an elaborate empty system. Let the structure emerge from your actual notes.

Daily Workflow with Obsidian

Here’s how I use Obsidian every day after the initial setup:

Morning (2 minutes)

  1. Open today’s daily note (click calendar or Cmd+D shortcut)
  2. Write my 3 priorities
  3. Note any meetings scheduled

Throughout the Day (ongoing)

  • Quick thoughts → Daily note (just type, don’t organize)
  • Meeting notes → New note from Meeting template
  • Interesting ideas → Daily note with [[links]] to related concepts
  • Reading highlights → Paste into daily note with source link

Weekly (15 minutes)

  • Review daily notes from the week
  • Move any recurring themes into permanent notes (Notes/ folder)
  • Process Inbox — file or link items
  • Check graph view for interesting new connections

This connects to my Weekly Review System — Obsidian processing is one step in my broader review.

Essential Keyboard Shortcuts

Shortcut (Mac)ActionUse Frequency
Cmd + OQuick Switcher (open any note)50+ times/day
Cmd + NNew note10+ times/day
Cmd + DOpen daily note5+ times/day
Cmd + EToggle edit/preview10+ times/day
Cmd + GOpen graph view2-3 times/day
Cmd + PCommand palette (do anything)15+ times/day
Cmd + [[Insert link to note20+ times/day
Cmd + Shift + FSearch all notes10+ times/day
Cmd + BBoldFrequent
Cmd + IItalicFrequent
Cmd + KInsert linkFrequent

For my complete keyboard productivity system, see Keyboard Shortcuts for Productivity.

Week 2-4: Level Up Your Setup

After using the basic setup for 1-2 weeks, consider adding:

Tags for Context

Add tags to notes: #project, #idea, #meeting, #book. Then search by tag across your entire vault. I use tags sparingly — mostly for status: #active, #someday, #archive.

Dataview Queries

Add this to a note to create a dynamic project dashboard:

TABLE status, deadline
FROM "Projects"
WHERE status != "Complete"
SORT deadline ASC

Additional Plugins (Week 3+)

Only add when you feel specific friction:

  • Kanban — if you want project boards within Obsidian
  • Excalidraw — if you want to draw diagrams
  • Git — if you want version control / GitHub backup
  • Tasks — if you want Obsidian to be your task manager too
  • Periodic Notes — for weekly/monthly notes alongside daily

Obsidian + Your Productivity Stack

Obsidian works alongside (not replaces) other tools:

  • Task management: Keep tasks in Todoist or Things. Obsidian handles notes, not todos.
  • AI assistance: Use AI tools to process/summarize Obsidian notes
  • Automation: Connect Obsidian to Make/Zapier via the file system
  • Capture: Use Apple Notes for instant capture, process into Obsidian during reviews

Common Mistakes to Avoid

1. Installing 30 Plugins Before Taking a Note

Plugin configuration is procrastination disguised as productivity. Take notes first. Add plugins only when you feel specific pain points. My first month was 3 plugins only.

2. Obsessing Over Folder Structure

Your vault structure will evolve. Don’t spend hours planning the “perfect” organization. Start with Inbox + Daily + Notes and let the rest emerge from usage.

Links are Obsidian’s superpower. If you’re just creating notes in folders without [[links]] between them, you’re using Obsidian as a worse Notion. Link aggressively — connect everything that’s related.

4. Writing Perfect Notes

Your notes don’t need to be polished. Daily notes can be messy brain dumps. Quick thoughts can be one line. The point is CAPTURING, not perfecting. Refinement comes later (or never — and that’s fine).

5. Comparing to YouTube Setups

People on YouTube have been building their vaults for 3+ years with 5,000+ notes. Your vault will look sparse for months. That’s normal and expected. Value grows exponentially — the first 100 notes feel slow; the next 1,000 feel fast because connections multiply.

Pro Tip: Create a “Start Here” note in your vault root that links to your most important notes and explains your system to future-you. When you come back after a week away, this note re-orients you instantly. Mine links to my daily note, active projects, and the “system” note that documents how I use my vault.

The 30-Day Challenge

Week 1: Use daily notes and Inbox only. Capture everything. Don’t organize. Week 2: Start creating permanent notes in Notes/. Link them with [[brackets]]. Week 3: Create your first Dataview dashboard. Organize projects. Week 4: Review your graph. Process Inbox backlog. Evaluate what’s working.

After 30 days, you’ll have 50-100 notes, a growing graph of connections, and a clear sense of whether Obsidian is right for you. Most people are hooked by Day 10.

Obsidian Performance Tips

After 2 years and 3,400+ notes, here are my tips for keeping Obsidian fast:

  1. Limit graph view render — In settings, limit graph view to show only 250 nodes. Rendering all 3,400+ notes slows things down.
  2. Use lazy loading for plugins — Some plugins (Dataview especially) can slow startup. Enable “Startup” delay in plugin settings.
  3. Keep attachments reasonable — Don’t store large video files in your vault. Link to them externally instead.
  4. Clean up unused plugins — Every plugin adds startup time. If you haven’t used it in a month, disable it.
  5. Periodic vault maintenance — Once a month, clean up orphaned notes (notes with no links to/from anything). They clutter search results without adding value.

Backup Strategy

Your Obsidian vault is just a folder of files, which makes backup straightforward:

  • iCloud/Dropbox/OneDrive: Automatic backup to cloud (if you sync there)
  • Git plugin: Auto-commits every 10 minutes to a private GitHub repository
  • Time Machine (Mac): Your vault folder is automatically included
  • Manual: Copy your vault folder to an external drive monthly

I use the Git plugin for real-time backup to a private GitHub repo. It commits changes every 10 minutes silently. If my laptop dies tomorrow, I lose at most 10 minutes of work. Total setup time: 5 minutes.

FAQ

Is Obsidian really free? What’s the catch?

Obsidian is genuinely free for personal use. You get the full app, all core plugins, and unlimited notes for $0. They make money from optional paid services: Obsidian Sync ($8/month for multi-device sync) and Obsidian Publish ($8/month for publishing notes as a website). Commercial use requires a $50/year license. But for personal productivity? Completely free, no catch.

How do I sync Obsidian between my phone and computer?

Three options: (1) Obsidian Sync ($8/month) — most reliable, end-to-end encrypted, made by Obsidian. (2) iCloud Drive (free) — works well for Apple devices, occasional minor sync conflicts. (3) Dropbox/OneDrive/Google Drive — works but can cause duplicate files if both devices edit simultaneously. I use iCloud and it works 98% of the time. For critical vaults or cross-platform needs, pay for Obsidian Sync.

Can Obsidian replace Notion?

For some uses, yes. For others, no. Obsidian replaces Notion for: personal notes, writing, knowledge management, and daily journaling. Obsidian CANNOT replace Notion for: team collaboration, databases with multiple views, project management with assignments, or shared wikis. I use both — see my Notion vs Obsidian comparison for the full breakdown.

How long until Obsidian feels natural?

Based on my experience and helping 10+ friends adopt it: Days 1-3 feel foreign and clunky. Days 4-7 you start to “get it” with links and daily notes. Week 2, you find your rhythm. Week 3-4, it starts feeling natural. Month 2+, you can’t imagine going back. The key is using it EVERY DAY during the first 2 weeks — consistency builds familiarity faster than occasional use.

What should my first 10 notes be about?

Don’t overthink this. My suggestions: (1) Today’s daily note. (2) A note about your current biggest project. (3) A note about something you learned recently. (4) A “Books to Read” list. (5) A note about a problem you’re solving. (6-10) More daily notes + whatever’s on your mind. The content doesn’t matter for learning the tool — just practice creating, linking, and searching. Real value emerges after 50+ notes.

#Obsidian#setup guide#note-taking#PKM#plugins

💡 Want more productivity tips?

Browse all articles →