Skip to content
How to set up an Obsidian daily note system you'll actually use
How-To

How to set up an Obsidian daily note system you'll actually use

What you’ll get

You will get a daily note system that actually helps you think instead of giving you administrative work to do. Setting up this template takes about fifteen minutes. It uses only built-in Obsidian core tools, meaning it will continue to work years from now regardless of whether third-party community plugins go unmaintained.

I am highly skeptical of dashboards that replace writing. Many note-takers spend their afternoons tweaking CSS snippets, embedding task widgets, and dragging database blocks into their sidebars. This is procrastination furniture. By stripping away the visual clutter, we can focus on the actual work of capturing ideas and making links.

Before you start

You need a working installation of Obsidian on your computer. You also need a clean vault. If you are currently using a vault that relies on dozens of community plugins, Dataview queries, or complex dashboard structures, I recommend starting a fresh, empty test vault for this setup. Write twenty notes in a clean folder before you install your first plugin.

Steps

1. Configure the core Daily Notes plugin

First, enable the default daily note management. Open Obsidian’s settings and navigate to Core plugins. Scroll down to Daily notes and toggle it on. Tap the gear icon next to the toggle to open its specific settings.

Create a folder in your vault sidebar named Daily Notes. In the plugin settings, set the New file location to this newly created folder. Under File name format, use YYYY-MM-DD so that your daily logs sort in clean chronological order by default. Leave the Template file location blank for now. We will build the template file in the next step.

2. Build the minimalist template

Create a new directory in your vault named Templates. Inside that directory, create a new note named daily-note-template.md. This is the skeleton of your daily workspace.

Your template should avoid complex database queries and progress bars. Keep the layout flat, readable, and clean:

# {{date}}

## Log
* 

## Scratchpad


## Inbox Tasks
- [ ] 

The Log section is for chronological bullet points of events (meetings, projects started, calls). The Scratchpad is your open writing space for rough thinking, code snippets, and conversational logs. Inbox Tasks are for capturing to-dos that appear during the day: do not organize them here, just dump them and move on.

Once this template note is saved, return to your Daily notes plugin settings and select Templates/daily-note-template.md in the template path box.

3. Establish the capture routine

To make this note valuable, you need to make opening it frictionless. Go to Settings > Hotkeys. Search for Daily notes: Open today's daily note. Click the customize button and assign it to a quick key combination (like Alt + D or Ctrl + Shift + D).

Make it a rule to press this hotkey the moment you sit down at your desk. Keep this daily log file open on one side of your screen.

Do not worry about clean syntax, tagging, or backlinking immediately. Write your unstructured thinking directly into the Scratchpad. If you spend time linking every second word to an empty file, you are building procrastination furniture. Let the links happen naturally when an idea repeats. Capture first, organize later.

Common mistakes

  • Treating notes like databases. If you spend more time updating frontmatter metadata, adding tags, and linking empty files than you do writing actual paragraphs of thoughts, your vault is becoming administrative work. Keep your layouts flat.
  • Creating folders for every minor topic. Folders build rigid walls between ideas. Rely on simple, search-friendly links instead of nesting deep directories.
  • Adding community plugins before writing. If you cannot capture your thoughts in a basic text file, a fancy calendar plugin or visual dashboard will not help you do it. Write twenty notes first.

Tooling that helps

  • Built-in Templates plugin: Keep the native templates plugin enabled. It allows you to quickly insert dates, signatures, or heading blocks into other notes without relying on heavy third-party scripting tools.
  • Minimalist vault design: For tips on starting a vault from scratch, check out our guide on how to start Obsidian minimal. It covers setting up simple defaults that stay out of your way.

Wrap-up

A daily note is just a canvas for your day. It does not need to look like a visual dashboard, and it does not need a complex query system to be useful. By keeping your templates boring, you ensure that the focus stays on your thinking. Set up your template, assign the hotkey, and write.

Related