productivity Tutorial

How to Set Up Obsidian for Daily Notes

Jun 03, 2026  ·  2 min read

Obsidian is a free note-taking app that stores everything as plain Markdown files on your device — no subscription, no cloud lock-in. This tutorial walks you through getting it set up for a simple daily notes habit from scratch.

What you’ll have by the end: A working Obsidian vault with a Daily Notes template that opens automatically each day.

Go to obsidian.md and download the installer for your operating system. It’s available for Mac, Windows, Linux, iOS, and Android.

Run the installer — no admin rights needed, no extra software required.

When Obsidian opens for the first time, it will ask you to create a vault. A vault is just a folder on your computer where your notes live.

  1. Click Create new vault
  2. Give it a name — something like My Notes or Daily
  3. Choose a location (your Documents folder is fine)
  4. Click Create

You’re now inside your vault. The left panel shows your files, the right is where you write.

Obsidian comes with a Daily Notes plugin built in — it just needs to be turned on.

  1. Open Settings (gear icon, bottom left)
  2. Go to Core plugins
  3. Find Daily notes and toggle it on
  4. Close settings

You’ll now see a calendar icon in the left ribbon — click it to open today’s note.

A template gives every daily note the same starting structure so you never stare at a blank page.

  1. Create a new folder in your vault called Templates
  2. Create a new note inside it called Daily Template
  3. Add whatever structure you want, for example:
## Today's focus
- 

## Notes
- 

## Done today
- 

Now go back to Settings → Daily notes and set the Template file location to Templates/Daily Template.

From now on, each new daily note will start with this structure.

To make Obsidian open straight to today’s note when you launch it:

  1. Go to Settings → Daily notes
  2. Toggle on Open daily note on startup

Now every time you open Obsidian, you land directly on today’s page — no hunting around.

Top Article

blog-post
productivity

AI Writing Assistants

So what even is an AI writing assistant? Think of it like a very well-read friend who has absorbed an enormous amount of …

Jun 01, 2026 · 2 Min read

productivity

AI Writing Assistants — IRL

My actual daily workflow I use Claude for almost every post I write on this site. Not to write the posts — to work …

Jun 01, 2026 · 2 Min read