Forever Notes on Obsidian

WIP. Architecture is still not finalised

Forever Notes Link to heading


Forever Notes is a framework for Apple Notes. It introduces a concept that is very similar to Periodic Notes in Obsidian. However, one major difference is how Daily Notes are organised. Forever Notes takes inspiration from the concept of Multi Year Diaries where a page for a date has sections for multiple years.

A Multi Year Diary

A Day entry in Forever Notes I tried to bring this feature to Obsidian

Plugins Link to heading


These are the plugins necessary to implement this in Obsidian

The Notes Link to heading


Daily Link to heading

Title Link to heading

By default, the title of a Daily Note in Obsidian contains a year. You just need to drop the year part of the name to make a single day work across multiple years. I went with MMMM Do(June 21st) for the format.

Template Link to heading

Daily Entry on Obsidian The links at the beginning, the quote and section headers can be generated in a Templater template. However, the current year is not part of this template. So before starting the entry, you must invoke another template or manually type the current year and day of the week in h2 format (YYYY dddd).

Invoking the template to fill in the Year title in Daily Notes

Find all the templates and scripts at https://github.com/rahulakrishna/forever-notes-on-obsidian/

Weekly Link to heading

Title Link to heading

The title for the weekly note will be 25th week. The main section title will simply have the year name in an h2 format.

Template Link to heading

Notice the header links and the section called ‘Days,’ which links to individual days in the week. Template to be found here: https://github.com/rahulakrishna/forever-notes-on-obsidian/blob/main/scripts/weeklyHeader.js

Monthly Link to heading

Title Link to heading

Title for a monthly note is simply MMMM which expands to the proper name of the month.

Template Link to heading

Add as many sections as you need.

Quarterly Link to heading

Title Link to heading

The title for a quarterly note is simply the letter ‘Q’ followed by the quarter number (e.g., Q2).

Template Link to heading

Yearly Link to heading

Title Link to heading

The title is simply the year in the YYYY format.

Template Link to heading

Contains a list of months and quarters of the year.

Resources Link to heading


https://github.com/rahulakrishna/forever-notes-on-obsidian