martenlienen / obsidian-periodic-notes-navbar

A calendar navigation bar for your obsidian journal / periodic notes
10 stars 0 forks source link
journaling note-taking obsidian obsidian-community obsidian-md

A calendar navigation bar for your obsidian journal / periodic notes

Navigation bar for daily notes Navigation bar for weekly notes Navigation bar for monthly notes Navigation bar for quarterly notes Navigation bar for yearly notes

Features

Installation

First, you need two plugins: Periodic Notes and Templater.

Then:

  1. Copy the templates directory into your vault and configure Templater to use templates as the Template folder location. Alternatively, copy the individual templates into your existing template folder.
  2. Enable Trigger Templater on new file creation in the Templater settings
  3. Configure templates/filename-dispatch.md as a folder template for / in Templater

    Instructions for templater folder template

  4. (Optionally,) customize your Periodic Notes template formats. If you don't, the templates will use the default values. If you use a structure that puts your notes in subdirectories such as

    • daily: [journal]/Y/MM/Y-MM-DD
    • weekly: [journal]/GGGG/MM/GGGG-[W]WW
    • monthly: [journal]/Y/Y-MM
    • quarterly: [journal]/Y/Y-[Q]Q
    • yearly: [journal]/Y

    keep in mind that the filenames should be unique, not just the whole path. So the daily format [journal]/Y/MM/DD would be invalid, because the 2nd of February and March would both be saved in 02.md, which makes linking much more of a hassle.

Credits

The initial idea for a navigation bar as well as the use of filename dispatching came from ljavuras' obsidian-power-tools. The design is inspired by screenshots posted to reddit by u/tricky-vixen.