• May 9

Obsidian for Beginners In 2026: Everything You Need to Know

In this article, you'll learn: ↱ Why Obsidian is the most future-proof note-taking app in 2026, and the one structural reason it gives AI a permanent advantage over every other tool ↱ How to navigate and use Obsidian from scratch: the interface, quick navigation, markdown, wikilinks, editing modes, and everything you need to feel at home ↱ The folder-free organization system built on Properties and Bases that scales to thousands of notes without ever losing one

Introduction: The Note-Taking App That Gets Smarter Over Time

Most note-taking apps have the same problem. Your notes live on someone else's server, stored in a format you don't control. Switching apps means hoping the export works. Connecting AI means relying on whatever the company decided to build on top of their own system.

Obsidian is a different category entirely.

Your notes live on your computer as plain markdown files. An AI agent can read them directly, with no translation layer and no API overhead. Every note you add makes your system more powerful and more personal. The vault compounds over time in a way no cloud-based tool can match.

In this article, I'm going to walk you through everything you need to start using Obsidian from scratch. We'll cover the interface, note creation, markdown, wikilinks, properties, bases, templates, graph view, syncing, web clipper, plugins, and themes. By the end, you'll have a complete picture of what Obsidian can do and how to use it as a creator or knowledge worker.


Prefer to watch? I walk through the full Obsidian setup live, with screen demos of every feature covered in this article: https://www.youtube.com/watch?v=VWEe-AUp_0E&t=1s

Get the free vault: The Sovereign Creator OS Lite is a ready-to-open Obsidian vault with every category, template, and base pre-configured. Download it here: Sovereign Creator OS Lite


Why Obsidian Is the Best Second Brain App in 2026

Before opening the app, it's worth understanding why this tool is worth your time. Three reasons make Obsidian stand apart from everything else.

Your Notes Belong to You

Every note in Obsidian is a plain text file stored on your computer. You don't need an account. Your data does not go to a cloud. Your files live on your machine.

Open your vault folder in Finder or Windows Explorer and you'll see a list of markdown files. That's all they are: plain text, nothing proprietary. If Obsidian disappeared tomorrow, your notes would still be there. You could open them in any text editor and keep going. That's full data sovereignty over your second brain.

It's Free

Obsidian is free for personal use and runs on Mac, Windows, Linux, iOS, and Android. There's also a large plugin ecosystem built by the community, adding calendars, AI integration, spaced repetition, kanban boards, and mind maps. My recommendation: start with zero plugins and add one only when you hit a specific friction point you want to solve.

It's AI-Ready by Design

Most apps store your notes on their servers in a proprietary format. When you connect AI to those apps, every interaction requires an API call, format conversion, and processing overhead. With Obsidian, your notes are files on your hard drive. An AI agent reads them directly, like opening a file in a text editor. There's no middleman, no overhead.

Your AI knows your entire system the moment it opens your vault. The more you build the vault, the more powerful and personal your AI becomes. I have a full video on combining Claude Code with Obsidian if you want to go deeper on that side: How to Build Your AI Second Brain with Obsidian + Claude Code.


The Interface: Three Zones, One Workspace

Obsidian has three main zones.

The left sidebar is your file explorer, with search, bookmarks, and plugin panels. At the bottom left, a small icon lets you switch between different vaults on your computer. The settings panel is accessible from there as well.

The center editor is where you read and write. You can have multiple tabs open simultaneously, just like a browser. Command T on Mac opens a new tab. You create notes, write inside them, and switch between them freely.

The right sidebar holds contextual panels for the note you're currently viewing: backlinks, outgoing links, tags, properties, and the note's heading outline. The outline is especially useful for navigating long notes. You scroll through the heading structure in the sidebar instead of scrolling through the full document.


Your Two Power Keys: Quick Switcher and Command Palette

You won't spend much time clicking through the sidebar. Two keyboard tools handle almost all navigation.

The Quick Switcher opens with Command O on Mac or Ctrl O on Windows. Type a few letters from any note name and Obsidian finds it instantly using fuzzy search. This is your primary navigation tool. It's faster than any sidebar interaction and works from anywhere in the vault.

The Command Palette opens with Command P on Mac or Ctrl P on Windows. It gives you access to every action in Obsidian: inserting templates, opening graph view, showing backlinks, folding headings, formatting text, and more. If you don't know a shortcut, type what you want to do and you'll find the command. Plugins add their own commands here as well.


Panes and Tabs: Working on Multiple Notes at Once

You can have multiple notes open as tabs simultaneously. You can also split the editor to work on two notes side by side by right-clicking any tab and selecting Split Right. This is useful when writing a new note while referencing an existing one.

Click and hold any tab to drag it and rearrange your workspace into whatever layout you need. Closing the sidebars gives you a cleaner writing interface when you want to focus without distractions.


Creating Notes and Writing in Markdown

Command N on Mac or Ctrl N on Windows creates a new note instantly. The note title is the file name as it appears on your computer. When you rename a note, Obsidian automatically updates every link pointing to it across the entire vault. You can rename freely without breaking anything.

Every note is written in Markdown: a simple formatting language that uses symbols to create structure. The key symbols are straightforward. Headings use hashtags: one hashtag for Heading 1, two for Heading 2, three for Heading 3. Bullet points start with a hyphen. Command B on Mac makes text bold. Command I makes it italic. Checkboxes use a hyphen, a space, and a square bracket with a space inside.

Obsidian renders everything in real time. You write the symbols and see the formatted output immediately. You can also fold headings to collapse sections and make long notes shorter, turning each heading into a toggle.

If you don't remember a formatting shortcut, right-click inside any note to access a context menu with options for task list, numbered list, footnote, table, callout, and more. You don't need to memorize every markdown symbol upfront. Learn the most-used ones and reach for the right-click menu for anything else.


Three Editing Modes

Obsidian has three editing modes. Knowing them prevents a lot of confusion.

Live Preview is the default. Markdown renders as you type. When you click on formatted text, you briefly see the markdown symbols underneath. This is the mode you'll use 99% of the time.

Reading View gives you a fully rendered output with no editing available. Toggle it with Command E. Use it when you want a clean read, for presentations, or when you just want to see how a note looks fully formatted.

Source Mode shows the note as raw markdown with no rendering at all. Every symbol is visible exactly as it sits in the file. You won't use this often. If you find yourself in it by accident, your formatting will look broken and unrendered. If a note appears unformatted and strange, check whether you've ended up in Source Mode. You can switch back from the three-dot menu in the top-right corner of the editor.


Wikilinks: How Knowledge Connects

A wikilink is an internal link between two notes. The syntax is double square brackets around the note name. On Mac, the shortcut for double brackets is Option Shift 5.

Start typing inside the brackets and Obsidian autocompletes from your existing notes. Links are bidirectional: link note A to note B, and note B automatically knows that note A points to it. You don't need to do anything extra for that to work.

Hold Command and hover over any wikilink to see a preview of the linked note without leaving your current one.

In the right sidebar, the backlinks panel shows every note in your vault that points to the one you're currently reading. Outgoing links shows every note your current note points to. This linking system is one of the core features that sets Obsidian apart: your knowledge builds as a connected network, not a list of isolated files.


Properties: Structured Metadata for Every Note

Every note in Obsidian can have properties: structured metadata that lives at the top of the note, above your content. Properties are key-value pairs. A key is the field name, and the value is what you assign to it.

Obsidian supports text, number, date, checkbox, list, and wikilink value types. You can store an author property with a linked note, a rating, a status, or a creation date. Obsidian renders properties as a clean panel at the top of every note. You click any field to edit it and never touch the underlying format by hand.

To add a property: open the Command Palette, type "add file property," and select it. Any property you've already created in the vault appears as an autocomplete option. You can also create new properties on the spot.

Properties can hold wikilinks directly. If you set a source property to link to an author note using double brackets, Obsidian registers that as a real link between the two notes, not just plain text.


Bases: Filtered Views of Your Vault

A base is a filtered, sortable view of your notes. Think of it as a live spreadsheet where each row is a note and each column is a property.

You define filter rules, and the base surfaces every note that matches your criteria. The base stores nothing. It reads your existing notes and displays the ones that meet your filters. If you delete a base, your notes are completely untouched. The base is just a lens onto your vault.

To create a base: open the Command Palette, type "base," and select Create New Base. You'll see every note in your vault displayed in a table, and you can then add filters to narrow the view based on any property. You can also insert a base directly inside a note using Insert Base from the palette, which embeds the filtered view inside your document rather than as a separate file.


How I Organize Without Folders

Notes can belong to multiple places at once, but folders force you to choose one. If you have a script that's also a sales reference, a folder system makes you pick: does it go in the script folder or the sales reference folder? Either you duplicate the file or you lose it to one category.

Folders also stop scaling. With dozens of notes it's manageable. With thousands, navigating nested subfolders becomes slower than just searching, and things get buried.

My approach uses Properties and Bases instead. I add a categories property to every note. The value of that property is a wikilink pointing to a category note. For example, a note about a newsletter gets categories set to link to "Newsletters."

Each category is its own note in the vault. That category note contains one embedded base with one filter: file.hasLink(this.file). That filter dynamically surfaces every note in the vault that links to this category note. When I set the newsletter category on a new note, it appears in the newsletter base immediately, with no dragging or manual sorting required.

Because categories live in a property field rather than a physical folder, a note can belong to multiple categories at once. A YouTube script can have both "YouTube Videos" and "Scripts" in its categories property and appear in both bases simultaneously. That's impossible with folders.

To create a new category, I duplicate an existing category note and rename it. Then I duplicate any template, update the categories property to link to the new category note, and adjust the body structure. From that point on, any note using that template appears in the new category automatically.

If you want to see the full architecture behind this system, including how categories, subjects, and the navigation layer work together across a full vault, I have a dedicated video: How I Organize My Second Brain With Obsidian Bases and Claude Code.


Templates: One Action, Fully Filed

A template is a file with preset contents. Apply it to any new note and the content copies instantly into that note.

Templates have two layers. The first is pre-filled properties: the categories field is already set, so the note appears in the right base the moment you apply the template. The created date fills in automatically with today's date. The second layer is a pre-built body structure: sections already laid out for you to fill in. A book template has spaces for summary, key takeaways, and quotes. A newsletter template has the outline structure ready and waiting.

To apply a template: create a new note, open the Command Palette, type "insert template," and choose the one you want. You can also assign a hotkey for this in settings to make it a single keystroke.

The first-time setup requires telling Obsidian where your templates folder lives. Go to Settings, then Templates, and set the template folder location. Once configured, every template in that folder appears in the command palette when you search for "insert template."

A note without a template has no categories property. It exists in the vault but never appears in any base. In my system, that makes it invisible to navigation. The workflow is always: create note, apply template, and the note is immediately filed and findable.


Graph View: Visualizing Your Knowledge

Graph View is a visual map of your vault. Every note is a node. Every wikilink between two notes is an edge connecting them. The more connections a note has, the more central it appears in the graph.

Open the global graph with Command G on Mac or Ctrl G on Windows. You get a bird's eye view of every note and every connection across your vault. You can zoom in to see clusters of related ideas, click any node to open that note, and identify which notes are isolated hubs and which are deeply connected.

The graph supports customization. You can filter by properties, group notes by color, and highlight specific clusters. Setting all notes with a specific category to display in a distinct color lets you see how your content is distributed at a glance.

For a closer look at one note's connections, use the local graph. Open any note, open the Command Palette, and search for "local graph." The local graph shows every note connected to the one you have open. Increasing the depth filter also shows connections of connections, expanding the view outward through your linked network.

Graph View is an exploration tool, not a daily navigation tool. Use it occasionally to discover forgotten connections, find isolated notes that need linking, or see how a topic is represented across your vault. For day-to-day navigation, the Quick Switcher and bases are faster and more reliable.


Syncing to Your Phone

Obsidian is a local app, so syncing across devices requires a one-time setup. Two main options cover most situations.

Obsidian Sync is the native solution. It's end-to-end encrypted and costs $4 per month. Go to Settings, then Sync, subscribe, create a remote vault, and connect your phone. Changes appear on all devices within seconds. This is what I use and what I recommend.

Cloud folder keeps the entire setup free. Move your vault folder into iCloud, Dropbox, or OneDrive and the cloud handles the syncing. Install the Obsidian mobile app and open the synced folder as your vault. The rule: close Obsidian on one device before opening it on another. Let the sync complete before writing on the second device to avoid file conflicts. It works well, but it requires slightly more discipline and is often slower than the native sync option.


Web Clipper: Bringing the Web Into Your Vault

The Obsidian Web Clipper is a free browser extension available for Chrome, Firefox, and Safari. When you find an article, research page, or YouTube video you want to save, click the extension. It creates a new note in your vault with the page content already formatted in markdown: title, source URL, and full body.

Your web research lives in your vault, searchable, linkable, and readable by your AI. You can pre-configure templates in the extension settings to automatically assign the right categories property to everything you clip, so clipped content appears in the correct base immediately with no extra steps.


Community Plugins: Extend Only What You Need

Obsidian is intentionally minimal. Community plugins extend it with new capabilities: calendars, kanban boards, spaced repetition, AI integration, graph enhancements. They're completely optional, and a vault with zero plugins works perfectly.

To install a plugin: go to Settings, then Community Plugins. Disable Safe Mode to unlock the browser, search for what you need, click Install, then Enable. The plugin is now active and configurable from its own tab in Settings.

Install plugins with intention. Look for plugins from developers with a clear track record, recent updates, and a real user base. Only install a plugin when you have a specific friction point it solves. A vault with five well-chosen plugins is faster and easier to maintain than one with thirty running in the background. Every plugin is code from another developer running inside your vault, so choose accordingly.


Themes: Customize the Look Without Touching Your Notes

Themes let you customize how Obsidian looks without affecting your notes or data. Options include dark modes, minimal interfaces, and paper-like aesthetics, with hundreds of community-built options available.

To install a theme: go to Settings, then Appearance, then Manage. Browse, preview, and click Use. The theme applies instantly. Themes are purely cosmetic and don't change a single note in your vault.

The Minimal theme is the most popular and the one I use. When your setup starts to feel familiar to the point of invisibility, a new theme refreshes the experience completely without any system change.


Conclusion: The Vault Is Where Everything Starts

Mastering Obsidian means building a knowledge base that compounds over time. Every note you take connects to the ones before it. Every book, article, and idea you capture adds a layer of knowledge that belongs entirely to you.

After six months of consistent use, your vault becomes a library of your own thinking, a perspective that no one else has. That perspective is the foundation of everything you create: newsletters, videos, courses. The knowledge you build this month funds the content you produce next month. That's the leverage every creator is looking for, and it starts with the vault.

If you want to skip the setup and open a system that's already built, the Sovereign Creator OS Lite is a completely free, ready-to-open Obsidian vault. Categories, subjects, templates for every note type, and Claude Code configuration files are all pre-configured. Download it, open it in Obsidian, configure three settings, and you have a fully operational second brain in under five minutes.

Follow on X and Substack for weekly content on building your AI second brain and turning it into a profitable, purposeful creator business.

Welcome back to Noah's Ark. See you soon.

0 comments

Joinor login to leave a comment