---
title: 'Obsidian Tutorial for Beginners'
source: 'https://youtube.com/watch?v=lsytBlAdJK4'
video_id: 'lsytBlAdJK4'
date: 2026-08-04
duration_sec: 836
---

# Obsidian Tutorial for Beginners

> Source: [Obsidian Tutorial for Beginners](https://youtube.com/watch?v=lsytBlAdJK4)

## Summary

This video is a beginner-friendly tutorial on using Obsidian, a free note-taking app that stores notes locally on your computer. It covers installation, creating a vault, formatting notes with Markdown, linking notes, using the graph view, searching, integrating AI tools like Claude, and customizing with plugins.

### Key Points

- **Introduction to Obsidian** [00:00] — Obsidian is a free note-taking app that stores notes locally, making it easy to organize information, connect related ideas, and quickly find what you need. The tutorial will cover installation, vault creation, note organization, linking, and AI integration.
- **Installing Obsidian** [00:33] — To install, go to the Obsidian website and click 'Get Obsidian'. Download for your platform (Windows, Mac, Linux, mobile) and run the installer. The tutorial uses Windows but the experience is similar across platforms.
- **Creating Your First Vault** [00:49] — A vault is a folder where Obsidian stores all notes, attachments, and settings. Click 'Create New Vault', name it (e.g., 'Kevin Cookie Company'), choose a location, and optionally save in a cloud service like OneDrive or Google Drive for syncing.
- **Interface Overview** [01:47] — The interface has a left sidebar with notes and tools, a central editor for creating/viewing notes, and a right-side graph view that visually maps connections between notes. The graph view can be closed initially.
- **Creating and Formatting Notes** [02:14] — Create a new note via the icon or Ctrl+N. Use Markdown for formatting: '##' for headings, '- [ ]' for checklists, '-' for bullets, '1.' for numbered lists, and '*' for italics. Obsidian auto-continues lists.
- **Linking Notes** [07:01] — Use double square brackets '[[' to link notes. This creates a network of related information. Links can be inserted inline while writing. The graph view visualizes these connections.
- **Searching Your Vault** [08:56] — Use the search icon or Ctrl+Shift+F to search across all notes. Search finds every occurrence of a word or phrase, and you can click results to jump to the exact location in a note.
- **Integrating AI with Claude** [10:06] — Since notes are stored as Markdown files, AI tools like Claude can access them. In Claude's Cowork view, point it to your vault folder. Claude can answer questions about your notes and create new notes, like a 'customer feedback' note.
- **Using Zapier for Automation** [11:19] — Zapier (sponsor) connects Claude to over 9,000 apps. Example: ask Claude to search Gmail for feedback, summarize it, and add it to an Obsidian note. This automates updating your knowledge base.
- **Customizing with Plugins** [12:19] — Access plugins via Settings. Core plugins are built-in; community plugins are created by developers. Enable community plugins first, then browse the directory for task management, databases, calendars, AI, diagrams, etc.
- **Syncing Across Devices** [13:03] — Obsidian Sync is a paid service that syncs vaults across devices. Alternatively, use third-party services like iCloud, OneDrive, Google Drive, or Dropbox, though they require more setup.

### Conclusion

Obsidian is a powerful, customizable note-taking app that turns plain Markdown files into a connected knowledge base. With features like linking, graph view, search, AI integration, and plugins, it scales from simple notes to a comprehensive personal knowledge management system.

## Transcript

In this video, you'll learn how to use Obsidian&nbsp; step-by-step. Obsidian is a free note-taking app&nbsp;&nbsp; that stores your notes right on your computer,&nbsp; making it easy to organize information,&nbsp;&nbsp; connect related ideas, and quickly find&nbsp; what you need. We'll start by installing&nbsp;&nbsp;
Obsidian and creating your first vault. Then&nbsp; I'll show you how to organize your notes,&nbsp;&nbsp; link related information together, and even&nbsp; connect AI tools like Claude to search, summarize,&nbsp;&nbsp; and build on your notes. I'm Kevin, and let's dive&nbsp; in. To get started, head to the following website&nbsp;&nbsp;
to install Obsidian. You'll find a link right&nbsp; here at the bottom of the screen. On the homepage,&nbsp;&nbsp; click Get Obsidian. Here, you'll find downloads&nbsp; for all the major desktop and mobile platforms.&nbsp;&nbsp; I'll be using Windows for this tutorial, but the&nbsp; experience is similar regardless of which platform&nbsp;&nbsp;
you choose. Click the Download button and then run&nbsp; the installer. Once the install finishes, launch&nbsp;&nbsp; Obsidian, and here you'll see a few different&nbsp; options. Since we're starting from scratch,&nbsp;&nbsp; let's click on Create New Vault. A vault is simply&nbsp; a folder where Obsidian stores all of your notes,&nbsp;&nbsp;
attachments, and settings. We'll take a&nbsp; closer look at vaults in just a moment. First,&nbsp;&nbsp; give your vault a name. I'll call mine the Kevin&nbsp; Cookie Company. Next, choose where you'd like to&nbsp;&nbsp; save your vault. I'll click here. This opens&nbsp; up a file picker, and you can now choose a&nbsp;&nbsp;
location on your PC. If you'd like to sync your&nbsp; vault across multiple devices, you can also save&nbsp;&nbsp; it in a cloud storage service like OneDrive or&nbsp; Google Drive. Just choose a folder on your PC&nbsp;&nbsp;
that's already syncing. Down below, I'm going&nbsp; to select this folder, and right over here,&nbsp;&nbsp; let's click on Create. And just like that, you've&nbsp; created your first Obsidian vault. Nice work.&nbsp;&nbsp; Before we start creating notes, let's take a quick&nbsp; tour of the interface so you know where everything&nbsp;&nbsp;
is. Over on the left is the sidebar. Here, you'll&nbsp; find all of your different notes and the different&nbsp;&nbsp; available tools in Obsidian. In the middle is the&nbsp; editor where you'll create and view your notes.&nbsp;&nbsp;
And over on the right-hand side is the graph&nbsp; view. As you create notes and link them together,&nbsp;&nbsp; this provides a visual map of how everything&nbsp; is connected. We'll come back to this later&nbsp;&nbsp; in the video. For now, let's close it out. I'll&nbsp; click here. Now, let's create our first note.&nbsp;
At the top of the navigation pane, click on&nbsp; this icon to create a new note. Throughout&nbsp;&nbsp; this tutorial, we'll build a knowledge base for&nbsp; my small business, the Kevin Cookie Company, as&nbsp;&nbsp; we prepare to launch a brand new double chocolate&nbsp; chip cookie. Hopefully it's a hit. Otherwise, we&nbsp;&nbsp;
might have to consider a different business, like,&nbsp; I don't know, making tutorial videos on YouTube.&nbsp;&nbsp; Now, let's give this new note a name. Right up&nbsp; here, I'll call this the cookie launch. Now, press&nbsp;&nbsp; Enter. And we're going to organize our note with&nbsp; a few different headings. To create a heading,&nbsp;&nbsp;
simply enter two pound signs, followed by a space,&nbsp; and then type in the text. For the first one,&nbsp;&nbsp; I'll call this Overview, press Enter. Two more&nbsp; pound signs, a space. And for this next one,&nbsp;&nbsp; I'll call this Tasks, Enter. Two more pound&nbsp; signs, a space. And for this one, I'll call it&nbsp;&nbsp;
Related Notes, and then hit Enter. Obsidian uses&nbsp; a simple formatting language called markdown. Now,&nbsp;&nbsp; don't worry about memorizing the syntax. As&nbsp; we continue throughout this tutorial, you will&nbsp;&nbsp; naturally pick it up. Under Overview, I'd like to&nbsp; add a short description. I'll click here, press&nbsp;&nbsp;
Enter, and then type in some text. Now, notice&nbsp; that right next to Overview, I get this arrow&nbsp;&nbsp; icon. I can click on that to collapse or expand&nbsp; that section. This is especially useful as your&nbsp;&nbsp; notes become longer. Right here under Tasks, I'd&nbsp; like to add a checklist. So, let's press Enter,&nbsp;&nbsp;
and enter in a dash, followed by a space, an&nbsp; opening bracket, a space, a closing bracket,&nbsp;&nbsp; and then another space, and just like that, we&nbsp; now have a checklist. I'll type in my first item,&nbsp;&nbsp;
Finalize Recipe, then I'll press Enter. Let's&nbsp; design some packaging, press Enter, and also&nbsp;&nbsp; launch the marketing campaign. Now, notice that&nbsp; every time I press Enter, Obsidian automatically&nbsp;&nbsp; created another checkbox. That makes it really&nbsp; easy to build out a task list. If you don't want&nbsp;&nbsp;
to have to remember the Markdown syntax, there's&nbsp; also another way. You could simply right-click,&nbsp;&nbsp; and right under Paragraph, you could insert a&nbsp; task list right here. So multiple ways to do it,&nbsp;&nbsp; but I think you'll find that as you use&nbsp; Obsidian more and more, simply learning the&nbsp;&nbsp;
markdown syntax will help you save time and also&nbsp; work more efficiently. This note here gives us&nbsp;&nbsp; a high-level view of the project, but instead&nbsp; of putting everything into one long document,&nbsp;&nbsp; I like to create separate notes for different&nbsp; parts of the project. Let's start with the product&nbsp;&nbsp;
itself. So right up on top, let's create another&nbsp; new note. I'll click here, and let's give it the&nbsp;&nbsp; name, Double Chocolate Chip Cookie. This note will&nbsp; contain all the details about our new cookie. Now,&nbsp;&nbsp; let's add a heading called Description, and just&nbsp; like we did before, type in two pound signs,&nbsp;&nbsp;
a space, and then I'll enter in Description, and&nbsp; press Enter. Below that, I'll type in some text.&nbsp;&nbsp; I'll start with an asterisk, enter my text, and&nbsp; then close with an asterisk, and press Enter. Now,&nbsp;&nbsp; notice that I surrounded a text with asterisks&nbsp; to make the text italic. Let's now add another&nbsp;&nbsp;
heading called Ingredients. In this section,&nbsp; I'd like to create a bulleted list. To do that,&nbsp;&nbsp; type in a dash, followed by a space, and then I&nbsp; could type in my ingredients. So here, I'll type&nbsp;&nbsp; in flour, press Enter, and you'll notice that&nbsp; it automatically creates another bulleted item,&nbsp;&nbsp;
and here, I could simply type in my list. Obsidian&nbsp; isn't just limited to text. You can also add files&nbsp;&nbsp; directly into your notes. Let's add another&nbsp; heading. I'll call this one Pictures, and I'd&nbsp;&nbsp;
like to paste in a picture of our Double Chocolate&nbsp; Chip Cookie. So right here, I'll paste it in. Now,&nbsp;&nbsp; along with images, you could also add files,&nbsp; like PDFs, audio, and video, directly into your&nbsp;&nbsp; notes. Let's now create another note. In the top&nbsp; left-hand corner, let's click on this icon again,&nbsp;&nbsp;
and I'll call this Marketing Campaign. I'll add a&nbsp; heading called Launch Ideas and then let's create&nbsp;&nbsp; a numbered list. To do that, I'll type the number&nbsp; one, followed by a period, and a space, and then&nbsp;&nbsp; I'll type in some ideas. We'll announce the cookie&nbsp; on social media. We'll send an email to customers,&nbsp;&nbsp;
and we'll also offer a limited time launch&nbsp; discount. Now, notice that when I press Enter,&nbsp;&nbsp; Obsidian automatically continues the numbered&nbsp; list. Finally, let's create one more note,&nbsp;&nbsp; but this time, instead of pressing the icon in&nbsp; the top left-hand corner, let's use a shortcut&nbsp;&nbsp;
key. Press the Control key together with N, and&nbsp; that drops us into a new note, and here, I'll&nbsp;&nbsp; call it Product Launch Meeting. Here, I'll add a&nbsp; heading, and let's call this Discussion Topics,&nbsp;&nbsp; and I think for meeting notes, checklists tend to&nbsp; work really well. So, let's add a few items. Now,&nbsp;&nbsp;
if you remember from earlier, to add a checklist,&nbsp; enter in a dash, followed by space, an open&nbsp;&nbsp; bracket, space, close bracket, and then another&nbsp; space, and then we have our task list. Now here,&nbsp;&nbsp; I'll add a few items in, like Review Recipe,&nbsp; Finalize Packaging, and Confirm Launch Date.&nbsp;&nbsp;
We've now created several notes, each focused on a&nbsp; different part of our project. You can see all the&nbsp;&nbsp; notes listed here in the navigation pane. Now, you&nbsp; could simply click on any one of these notes to&nbsp;&nbsp; jump to that specific note. So far, we've created&nbsp; several notes, but they're all separate from one&nbsp;&nbsp;
another. One of the things that makes Obsidian so&nbsp; powerful is the ability to connect related notes&nbsp;&nbsp; together. Back on the cookie launch note, this&nbsp; is the first one we created. Let's go down to&nbsp;&nbsp; the Related Notes section. And right here, let's&nbsp; type in two opening square brackets. And as soon&nbsp;&nbsp;
as I do that, Obsidian displays a list of all&nbsp; of my existing notes. So right over here, let's&nbsp;&nbsp; select Double Chocolate Chip Cookie. Now, when I&nbsp; do that, Obsidian automatically creates a link to&nbsp;&nbsp; that note. Now, let's do the same. Here, I'll&nbsp; press Enter. Let's enter in two opening square&nbsp;&nbsp;
brackets. And right over here, let's go with&nbsp; the marketing campaign, press Enter, and let's&nbsp;&nbsp; do it again. And this time, let's go with the&nbsp; product launch meeting. Then let's press Enter.&nbsp; Now, instead of searching through a long&nbsp; document, here I could click on any one&nbsp;&nbsp;
of these links. I'll click on this one, and that&nbsp; brings me to that specific note. And here, I could&nbsp;&nbsp; get the information I need. Up above, I could&nbsp; click on the back icon, and that brings me back&nbsp;&nbsp; to the cookie launch note. You can also create&nbsp; links while you're writing. Right down below,&nbsp;&nbsp;
let's click into the marketing campaign. And&nbsp; here we say, announce the cookie on social media,&nbsp;&nbsp; but let's actually refer to it by name. So over&nbsp; here, I'll remove the cookie, and let's enter in&nbsp;&nbsp; those two opening square brackets, and here we see&nbsp; all the different notes. Let's click on the double&nbsp;&nbsp;
chocolate chip cookie. And here, that inserts a&nbsp; link directly in line. These connections are one&nbsp;&nbsp; of the many reasons so many people love Obsidian.&nbsp; Instead of storing isolated notes, you start to&nbsp;&nbsp;
build a network of related information that's easy&nbsp; to explore. Now, over on the left-hand side, where&nbsp;&nbsp; we have all of our different tools, let's click on&nbsp; the one that says open graph view. This opens up&nbsp;&nbsp; the graph view. As we connect all of our different&nbsp; notes, each connection appears in the graph. That&nbsp;&nbsp;
way we have a visual overview of how everything&nbsp; is organized. And in fact, one neat thing,&nbsp;&nbsp; I could click on any one of these notes. So, let's&nbsp; go back to the cookie launch main page. I'll click&nbsp;&nbsp; here, and that opens up the note. As your vault&nbsp; grows, scrolling through a long list of notes&nbsp;&nbsp;
isn't always the fastest way to find what you&nbsp; need. To search across your entire vault, click&nbsp;&nbsp; on the search icon in the left sidebar. You can&nbsp; also use the keyboard shortcut, control, shift,&nbsp;&nbsp; and F. Now, let's say I want to find everything&nbsp; related to our marketing campaign. Right up here,&nbsp;&nbsp;
I'll type in marketing. Now, Obsidian searches&nbsp; across all my notes and shows me every place&nbsp;&nbsp; where that word appears. Now, here's a neat thing.&nbsp; I can click on any one of these, and then I can&nbsp;&nbsp; expand to see the surrounding text. And there, I&nbsp; see more of the details. Now, if I click on this,&nbsp;&nbsp;
that'll bring me to that specific point in&nbsp; the note where that word appears. Search also&nbsp;&nbsp; works for more specific information. For example,&nbsp; right up here, I'll search for chocolate chunks,&nbsp;&nbsp; and Obsidian immediately finds the ingredient&nbsp; inside the product note. So right over here,&nbsp;&nbsp;
click on chocolate chunks, and there we see that&nbsp; reference. Now, this becomes especially useful as&nbsp;&nbsp; your vault grows from just a few notes like we&nbsp; have now to hundreds or perhaps even thousands.&nbsp;&nbsp; You don't have to remember exactly where you wrote&nbsp; something. You just need to remember part of what&nbsp;&nbsp;
you wrote. Searching is great when you're looking&nbsp; for something specific, but what if you want AI to&nbsp;&nbsp; answer questions across all of your notes or maybe&nbsp; even create new ones? One of the things I really&nbsp;&nbsp;
like about Obsidian is that your notes are stored&nbsp; as standard markdown files on your computer. That&nbsp;&nbsp; means AI tools like Claude or ChatGPT can work&nbsp; directly with your vault. Here I am in the Claude&nbsp;&nbsp; desktop app, and I'm currently in the Cowork view.&nbsp; Right down here, I'm going to point Claude to my&nbsp;&nbsp;
Obsidian vault location on my PC. I'll select this&nbsp; and then click on allow. It'll now have access to&nbsp;&nbsp; all of my notes. Now, I can ask questions about&nbsp; the information I've already collected. So as&nbsp;&nbsp;
an example, what cookie are we launching? And&nbsp; then let's send that. Claude searches my vault,&nbsp;&nbsp; and here it tells me that we're launching the&nbsp; double chocolate chip cookie. Now, of course,&nbsp;&nbsp; that's just a simple example, but it shows you how&nbsp; Claude can retrieve information from your notes.&nbsp;&nbsp;
Claude can also help me add new information to&nbsp; my knowledge base. For example, right down below,&nbsp;&nbsp; I'll ask it to create a new note in this folder&nbsp; called customer feedback with three suggestions&nbsp;&nbsp; for improving our cookie. Over here, let's&nbsp; start the task. Over on the right-hand side,&nbsp;&nbsp;
we can see the markdown file that Claude created,&nbsp; but let's go to Obsidian to make sure the file&nbsp;&nbsp; shows up there too. Back within Obsidian, over on&nbsp; the left-hand side, we now have a new note titled&nbsp;&nbsp; customer feedback, and when I click into that,&nbsp; here we see everything that Claude generated,&nbsp;&nbsp;
automatically added to my vault. To make Obsidian&nbsp; even more powerful, you can connect Claude to&nbsp;&nbsp; Zapier, the sponsor of today's video. Zapier&nbsp; lets you securely connect AI tools like Claude&nbsp;&nbsp;
or ChatGPT to over 9,000 apps so your AI can&nbsp; work with the tools you already use every day.&nbsp;&nbsp; Let's make this real. I'll ask Claude to search&nbsp; my Gmail for the latest feedback about the double&nbsp;&nbsp; chocolate chip cookie, summarize it, and add&nbsp; it to my customer feedback note in Obsidian.&nbsp;&nbsp;
Claude searches my Gmail, summarizes the&nbsp; feedback, and updates my Obsidian note,&nbsp;&nbsp; all from a single prompt. Instead of manually&nbsp; copying information into Obsidian, Zapier lets&nbsp;&nbsp; Claude bring it in for you, helping keep your&nbsp; knowledge base up to date automatically. If&nbsp;&nbsp;
you'd like to connect your favorite AI tools&nbsp; to thousands of apps, check out Zapier using&nbsp;&nbsp; the link in the description right down below.&nbsp; One of the biggest strengths of Obsidian is how&nbsp;&nbsp; customizable it is through plugins. To access&nbsp; plugins, down in the bottom left-hand corner,&nbsp;&nbsp;
click on the settings gear. There are two types of&nbsp; plugins. Right up here, we have core plugins, and&nbsp;&nbsp; these are built into Obsidian. Then over on the&nbsp; left-hand side, you also have community plugins,&nbsp;&nbsp; which are created by developers around the world.&nbsp; Before installing community plugins for the first&nbsp;&nbsp;
time, right down here, we'll need to turn them on.&nbsp; I'll click here, and then let's click on browse.&nbsp;&nbsp; There are thousands of plugins available that add&nbsp; new features and customize the way Obsidian works.&nbsp;&nbsp; So, if you're looking for something to do this&nbsp; weekend, here you'll find plugins for things like&nbsp;&nbsp;
task management, databases, calendars, AI,&nbsp; diagrams, and much more. I encourage you to&nbsp;&nbsp; browse through the directory and install plugins&nbsp; that best fit your workflow. In the top right,&nbsp;&nbsp; let's close out of this view. By default,&nbsp; Obsidian stores all your notes locally on&nbsp;&nbsp;
your computer. If you'd like to access your notes&nbsp; across multiple devices, Obsidian offers a service&nbsp;&nbsp; called Obsidian Sync. Within settings, over on the&nbsp; left-hand side, let's click into sync. Right here,&nbsp;&nbsp; you could sign up for a new account. And once you&nbsp; sign up, you could choose what vaults you'd like&nbsp;&nbsp;
to synchronize. Once everything is configured, any&nbsp; changes you make on one device are automatically&nbsp;&nbsp; synced to your other devices. Now, one thing&nbsp; to call out, Obsidian Sync is a paid service,&nbsp;&nbsp; and you could find the latest pricing on the&nbsp; Obsidian website. If you prefer, you can also&nbsp;&nbsp;
synchronize your vault using third-party services&nbsp; like iCloud, OneDrive, Google Drive, or Dropbox,&nbsp;&nbsp; although those require a little more setup.&nbsp; And that's how to use Obsidian. Of course,&nbsp;&nbsp; there's a lot more to Obsidian, but this gives&nbsp; you everything you need to get started. If&nbsp;&nbsp;
let me know in the comments below. Thanks so much&nbsp; for watching, and I'll see you in the next video.
