
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
In this guide, you'll learn how to set up Obsidian for personal knowledge management and create your first notes with bidirectional linking. By the end, you'll be ready to organise and connect your thoughts effectively.Step 1: Sign up and set up
- Go to obsidian.md.
- Click on the "Download" button for your platform (Windows, macOS, or Linux) to install the app.
- Open Obsidian once installed. You’ll be prompted to create a new vault (your collection of notes).
- Click on "Create a new vault", choose a name, and select a location on your device to store your notes.
- Click "Create" to finish setting up your vault. Obsidian is free for personal use.
Step 2: Your first note
- In the left sidebar, click on the "+" icon to create a new note.
- Type a title for your note in the top field, e.g., "My First Note".
- In the body section, write down any text you want.
- To create a link to another note, simply type
[[followed by the name of the note you want to link to (e.g.,[[My Second Note]]). If the note doesn’t exist, Obsidian will create it when you click on the link. - To view your notes in graph format, click on the "Graph View" button (the icon looks like a cluster of dots) in the left sidebar.
Step 3: Get better results
- Use Markdown formatting for better organisation. For example, use
#for headings and-for bullet points. - Explore the "Plugins" section in the settings (click on the gear icon) to enable community plugins for added features like daily notes or calendar views.
- Regularly link your notes to create a network of interconnected ideas. This enhances your understanding and recall of information.