2025-03-09 01:46:26 +00:00
|
|
|
# Obsidian Daily Nav Plugin
|
2025-03-04 10:08:03 +00:00
|
|
|
|
2025-03-09 01:46:26 +00:00
|
|
|
[Install via BRAT](obsidian://brat?plugin=https://github.com/kuboon/daily-nav)
|
2025-03-04 10:08:03 +00:00
|
|
|
|
2025-03-09 01:46:26 +00:00
|
|
|
## Features
|
2025-11-28 00:36:07 +00:00
|
|
|
|
2025-03-09 01:46:26 +00:00
|
|
|
This plugin adds two commands to the command palette:
|
2025-03-04 10:08:03 +00:00
|
|
|
|
2025-03-09 01:46:26 +00:00
|
|
|
- `Daily Nav: Open Yesterday's Note`
|
|
|
|
|
- `Daily Nav: Open Tomorrow's Note`
|
2025-03-04 10:08:03 +00:00
|
|
|
|
2025-11-28 00:36:07 +00:00
|
|
|
It is recommended to use with
|
|
|
|
|
[Note Toolbar](https://github.com/chrisgurney/obsidian-note-toolbar)
|
2025-03-04 10:08:03 +00:00
|
|
|
|
2026-04-04 01:14:56 +00:00
|
|
|
obsidian://note-toolbar?import=%3E%20%5B!note-toolbar%7Cborder-even-sticky-mrght%5D%20daily%0A%3E%20-%20%5B%3ALiCalendarMinus%3A%5D()%3Cdata%20data-ntb-command%3D%22daily-nav%3Aopen-yesterdays-note%22%2F%3E%20%3C!--%20yesterday%20--%3E%0A%3E%20-%20%5B%3ALiCalendarDays%3A%5D()%3Cdata%20data-ntb-command%3D%22daily-notes%22%2F%3E%20%3C!--%20today%20--%3E%0A%3E%20-%20%5B%3ALiCalendarPlus%3A%5D()%3Cdata%20data-ntb-command%3D%22daily-nav%3Aopen-tomorrows-note%22%2F%3E%20%3C!--%20tomorrow%20--%3E%0A
|
|
|
|
|
|
2025-03-09 01:46:26 +00:00
|
|
|
## How it works
|
2025-11-28 00:36:07 +00:00
|
|
|
|
|
|
|
|
This plugin depends on
|
|
|
|
|
[obsidian-daily-notes-interface](https://github.com/liamcain/obsidian-daily-notes-interface)
|
|
|
|
|
which reads settings from the daily notes plugin and
|
|
|
|
|
[periodic notes](https://github.com/liamcain/obsidian-periodic-notes) plugin if
|
|
|
|
|
you are using.
|