First, you need two plugins: Periodic Notes and Templater.
Then:
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.Trigger Templater on new file creation
in the Templater settingsConfigure templates/filename-dispatch.md
as a folder template for /
in Templater
(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
[journal]/Y/MM/Y-MM-DD
[journal]/GGGG/MM/GGGG-[W]WW
[journal]/Y/Y-MM
[journal]/Y/Y-[Q]Q
[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.
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
.