
Getting Started Guide
How to Use Obsidian
A practical guide to get you up and running with Obsidian. Written by Delv Editorial, Delv Team.
Getting started with Obsidian
After reading this guide, you'll be able to set up Obsidian and create your first notes with links, making it easy to build a web of interconnected ideas.Step 1: Sign up and set up
- Go to obsidian.md.
- Click on the "Download" button for your operating system (Windows, macOS, Linux, iOS, or Android).
- Install the application by following the prompts.
- Open Obsidian and select "Create a new vault" to start fresh, or "Open an existing vault" if you have notes to import.
- Choose a name for your vault and select a location on your device where the notes will be stored. Click "Create".
Step 2: Your first note
- Once your vault is created, click the "+" button in the left sidebar to create a new note.
- Type a title for your note at the top, followed by your content in Markdown format (e.g., bold, italic,
code). - To create a link to another note, type
[[and then the title of the note you want to link to. If the note doesn’t exist yet, it will create a new one when you click on it. - Press "Ctrl + P" (or "Cmd + P" on Mac) to open the command palette, then select "Open graph view" to visualise your linked notes.
Step 3: Get better results
- Use tags by typing
#tagnameanywhere in your notes to categorise and easily find related notes later. - Explore community plugins by clicking on "Settings" (gear icon) > "Community plugins" > "Browse". Enable "Safe mode" to allow safe plugins, then install any that suit your workflow.
- Use the "Daily notes" feature by clicking on the calendar icon in the sidebar to create a new note for each day, helping you maintain a journal or log.