Another Daily Note Tweak

Adding a Previous day/Next day link to the daily note template for easier navigation

COMPUTEROBSIDIAN

Moi

5/12/20251 min read

I added this to my daily note template to make navigation easier when I want to scroll back or forward between days.

[[ <% tp.date.now("YYYY-MM-DD-dddd", -1, tp.file.title, "YYYY-MM-DD-dddd") %>]] <== today ==> [[<% tp.date.now("YYYY-MM-DD-dddd", 1, tp.file.title, "YYYY-MM-DD-dddd") %>]]

I keep the date formats consistent across all my notes (ie YYYY-MM-DD-dddd), but you may need to amend this to match your date format.

This is how it looks:

Daily note with prev/next day navigation
Daily note with prev/next day navigation