Personal knowledge, connected

Obsidian for Complete Beginners

Turn scattered notes into a web of connected ideas โ€” like building your own Wikipedia, one link at a time.

The Big Picture

Why Obsidian exists and what makes it different from the notes app on your phone.

๐Ÿ˜” Regular Note Apps

๐Ÿ“
๐Ÿ“
๐Ÿ“
๐Ÿ“

Isolated notes. No connections. Easy to forget.

โœจ Obsidian

Hub Git Proj Book Ideas Daily

Connected web. Ideas link together. Nothing gets lost.

Obsidian is built on one idea: your notes should link to each other like pages on Wikipedia, forming a knowledge web you can browse, search, and grow over time.
Files live on YOUR computer Links are first-class Works offline Scales to 10,000+ notes Free for personal use

The Library Analogy

A library buildingโ†’A vault
A book on a shelfโ†’A note (.md file)
A "see also" in the indexโ†’A link between notes
The card catalogโ†’The graph view
A bookmarkโ†’A tag
A filing cabinet drawerโ†’A folder

Key Terms

The vocabulary you'll use every day โ€” explained simply.

Vault

Your entire collection of notes โ€” one folder on your computer.

Note

A single document saved as a plain .md text file.

Markdown

Simple text formatting: type # for headings instead of clicking buttons.

Wikilink

Obsidian's link format: [[Note Title]] โ€” click to jump there.

Tag

A label like #project/website that cuts across folders.

Backlink

Notes that link TO the one you're viewing โ€” "who points to me?"

Graph

Visual map of all notes (dots) and links (lines).

Plugin

Optional add-on to extend Obsidian's features.

Installing Obsidian

1

Desktop

Go to obsidian.md โ†’ Download โ†’ Install like any app.

2

Mobile

Search "Obsidian" in the App Store or Google Play.

3

First launch

Choose Create a new vault to start fresh.

Your First Vault

A vault is just a folder. Obsidian watches it and turns every .md file into a note.

1

Click "Create new vault"

2

Name it

Something like My Notes or Knowledge Base

3

Choose location

On Mac with iCloud: store it in iCloud Drive for automatic syncing.

4

Click Create

You're in! Left sidebar = files, center = editor, right = backlinks/graph.

MyVault
Welcome.md
Journal/
Projects/
Reference/
# Welcome to My Vault

Today I learned about [[GitHub Basics]].

Related: [[Daily Note 2026-08-21]]
Every note is a plain .md file you own. Open it with any text editor, even without Obsidian. You own your data.

Creating & Editing Notes

New noteโŒ˜N
Quick openโŒ˜O
Command paletteโŒ˜P
Toggle previewโŒ˜E
Markdown basics
# Main Heading
## Sub Heading

Regular text with **bold** and *italic*.

- Bullet point
- [ ] Task item
- [x] Done task

> A blockquote

`inline code`

Live Preview (default) shows formatted text as you type. Source Mode shows raw Markdown. Toggle with โŒ˜E.

Linking Notes Together

Links are the heart of Obsidian. This is what makes it more than a pile of text files.

Wikilink syntax
[[Note Name]]                          โ†’ basic link
[[Note Name|Display Text]]             โ†’ custom display text
[[Note Name#Heading]]                  โ†’ link to a heading
![[Note Name]]                         โ†’ embed note inside this one
![[image.png]]                         โ†’ embed an image
If you link to a note that doesn't exist yet and click it, Obsidian creates it for you. Your knowledge network grows organically as you write.

Organizing Your Notes

No single "right" way โ€” pick what feels natural.

Folders

Like your computer. Good for broad categories. One folder per note.

Tags

#project/website โ€” cross-cutting labels. One note, many tags.

Links

The Obsidian way. Connect related notes; structure emerges naturally.

Maps of Content

A "hub" note linking to many related notes โ€” your own table of contents.

Starter folder structure
MyVault/
โ”œโ”€โ”€ Inbox/           โ† quick captures
โ”œโ”€โ”€ Journal/         โ† daily notes
โ”œโ”€โ”€ Reference/       โ† guides & how-tos
โ”œโ”€โ”€ Projects/        โ† active work
โ””โ”€โ”€ Templates/       โ† reusable structures

Finding Things

Quick Switcher

โŒ˜O โ€” type a note name, jump instantly. Fastest navigation.

Global Search

โŒ˜โ‡งF โ€” search everything. Use tag:#project or path:Journal/

Starred & Bookmarks

Pin important notes for quick access from the sidebar.

The Graph View

A visual map of your entire knowledge base โ€” dots are notes, lines are links.

โœ… Good for

Discovering forgotten notes, seeing clusters, bird's-eye view.

โŒ Not good for

Day-to-day navigation โ€” use Quick Switcher instead.

Daily Notes & Templates

Daily Notes โ€” one note per day. Enable in Settings โ†’ Core plugins โ†’ Daily notes. Open with the calendar icon or โŒ˜P โ†’ "daily".

Templates โ€” reusable structures. Create a Templates/ folder, enable the Templates plugin, insert with โŒ˜P โ†’ "Insert template".

Settings Worth Changing

SettingRecommendation
Default editing modeLive Preview
Always update linksKeep ON โ€” renames won't break links
Attachment folderCreate an Attachments/ folder
SpellcheckTurn on

Syncing Across Devices

iCloud Drive

Simplest for Apple users. Store vault in iCloud Drive. Edit one device at a time.

Obsidian Sync

Paid ($4โ€“8/mo). Official, encrypted, handles conflicts. Best multi-platform.

GitHub

Free, private repo. Good if you know Git. Watch for merge conflicts.

Dropbox / OneDrive

Any cloud sync works โ€” vaults are just folders.

Plugins (When Ready)

Master links, search, and daily notes first. Then explore:

๐Ÿ“… Calendar ๐Ÿ“Š Dataview ๐ŸŽจ Excalidraw ๐Ÿ“‹ Kanban ๐Ÿ“ Templater

Obsidian vs. Other Apps

FeatureObsidianApple NotesNotion
Files on your deviceโœ… Plain textโŒโŒ Cloud only
Works offlineโœ… Fullyโœ…โš ๏ธ Limited
Linking notesโœ… Core featureโŒโš ๏ธ Basic
Graph viewโœ…โŒโŒ
Collaborationโš ๏ธ Via Syncโœ…โœ… Excellent

A Simple System to Start

5 min

Daily habit

  1. Open today's daily note
  2. Write one thing you learned
  3. Link it: [[topic]]
10 min

Weekly habit

  1. Process your Inbox
  2. Glance at the graph view
  3. Review open tasks

The One Rule

Link generously. Every time you write something related to another note, add a [[link]]. Over time, this builds a web that makes everything findable.

Common Mistakes

MistakeBetter approach
Over-organizing before writingStart with Inbox + Journal; organize later
20 plugins on day oneMaster core features first
Never linking notesLink at least one thing per note
Editing on two devices at onceWait for sync; one device at a time

Cheat Sheet

New noteโŒ˜N
Quick SwitcherโŒ˜O
Search allโŒ˜โ‡งF
Command paletteโŒ˜P
Insert linkโŒ˜K
Toggle previewโŒ˜E

Glossary

TermDefinition
VaultYour entire note collection โ€” one folder
Wikilink[[Note Title]] link format
BacklinkA note linking TO the one you're viewing
MOCMap of Content โ€” a hub note indexing related notes
Graph viewVisual map of notes and connections
Embed![[Note]] โ€” display another note inside this one