No description
Find a file
2026-04-04 01:14:56 +00:00
.devcontainer Add workflow to automatically create git tag on version bump (#2) 2025-11-29 15:46:40 +09:00
.github/workflows update deno.lock 2025-11-29 07:22:35 +00:00
.vscode Initial commit 2025-03-04 19:08:03 +09:00
ui infinite scroll 2026-04-04 01:14:56 +00:00
.editorconfig Initial commit 2025-03-04 19:08:03 +09:00
.gitignore add preview 2026-04-04 00:31:40 +00:00
deno.json add preview 2026-04-04 00:31:40 +00:00
deno.lock add calendar 2026-04-03 16:05:05 +00:00
esbuild.config.ts add preview 2026-04-04 00:31:40 +00:00
LICENSE Add workflow to automatically create git tag on version bump (#2) 2025-11-29 15:46:40 +09:00
main.ts add calendar 2026-04-03 16:05:05 +00:00
manifest.json infinite scroll 2026-04-04 01:14:56 +00:00
README.md infinite scroll 2026-04-04 01:14:56 +00:00
styles.css infinite scroll 2026-04-04 01:14:56 +00:00
version-bump.ts Add workflow to automatically create git tag on version bump (#2) 2025-11-29 15:46:40 +09:00
versions.json add calendar 2026-04-03 16:05:05 +00:00

Obsidian Daily Nav Plugin

Install via BRAT

Features

This plugin adds two commands to the command palette:

  • Daily Nav: Open Yesterday's Note
  • Daily Nav: Open Tomorrow's Note

It is recommended to use with Note Toolbar

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

How it works

This plugin depends on obsidian-daily-notes-interface which reads settings from the daily notes plugin and periodic notes plugin if you are using.