My daily note template in Obsidian

In this article, I want to share the template I use in Obsidian for my daily notes.

Introduction

As journaling is part of my habits, I use my daily note template every single day. That's why I like to keep it simple and usable.

My daily note template

Let me walk you through it!

Obsidian YAML front matter

The first part of the template is the metadata, also called the YAML front matter, written using the YAML syntax. I like to record my energy levels, so that I can quickly create a graph and see when I had more or less energy throughout the year. It's a useful indicator for me to know when I need to take a vacation ;-). I also set two tags on my daily notes:

  • daily_notes: A tag that helps me find and search within my daily notes
  • daily_notes_<year>: A tag that helps me find and search within the daily notes of the current year

I could add more for the current month and week, but I never needed those.

Links to periodic notes

The second part relies on the Templater plugin. It generates a block like this:

That is, a set of links to make it easier to navigate between my periodic notes (e.g., note of the year, note of the quarter, note of the month, note of the week, yesterday and tomorrow. I use those links many times a day, for instance to plan a task for the next day, review my notes of the day before, review my objectives for the month, etc.

Daily note sections

In my daily notes, I use the following sections:

  • Plan for today: This section is where I store my list of tasks for the day, ordered by priority (most important is first)
  • Notes of the day: I use this section to capture everything that I want to remember. In this one, I write mostly personal information
  • Done today: In this section, where I keep track of what I've accomplished
  • Discovered today: This section is where I write down everything that I've discovered/learned. It's the entry point of my knowledge base. During my weekly reviews, I go back to the notes of the week and extract anything that I've written down here into separate notes
  • Interesting links: I use this section to keep track of the interesting links I've stumbled upon. Those are mainly links to articles I've read and want to share in my newsletter at some point
  • Gratitude: This one is where I capture anything that brought a smile to my face and/or brought me joy, no matter how insignificant

Those sections are the minimum viable set of elements that I want to capture every day. I want to be productive so I need a task list to focus on. I need to be able to take notes about what happens in my personal life. I need to keep track of everything that I've learned, so that I can let my brain forget. I need to capture interesting links so I can share my discoveries with others. And finally, I need to keep track of what made me happy as it always helps me when I'm going through hard times.

As you can see, my daily notes are thus central to my productivity and learning systems, but also for my personal development.

Going further

My daily note template is one of the many templates that are part of the Obsidian Starter Kit. Check it out if you want to go further and jump straight to stress-free note-making with Obsidian.

Also check out my article about personal systems.

Conclusion

In this short article, I've shared my current daily note template and explained the most important elements it includes. Hopefully, this will inspire you to create your own. But most importantly, I hope that it motivate you to start journaling.

That's it for today! ✨

About Sébastien

Hello everyone! I'm Sébastien Dubois. I'm an author, founder, and CTO. I write books and articles about software development & IT, personal knowledge management, personal organization, and productivity. I also craft lovely digital products 🚀

If you've enjoyed this article and want to read more like this, then become a subscriber, check out my Obsidian Starter Kit, the PKM Library, my PKM coaching page, my collection of books about software development and the IT Concepts Wall 🔥.

You can follow me on Twitter 🐦

If you want to discuss, then don't hesitate to join the Personal Knowledge Management community or the Software Crafters community.