https://github.com/karstenpedersen/obsidian-daily-note-navbar
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
https://github.com/karstenpedersen/obsidian-daily-note-navbar
daily-note obsidian obsidian-plugin periodic-notes
Last synced: about 1 year ago
JSON representation
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
- Host: GitHub
- URL: https://github.com/karstenpedersen/obsidian-daily-note-navbar
- Owner: karstenpedersen
- License: mit
- Created: 2024-01-11T21:40:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T09:28:32.000Z (about 2 years ago)
- Last Synced: 2025-04-05T19:51:16.792Z (over 1 year ago)
- Topics: daily-note, obsidian, obsidian-plugin, periodic-notes
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 46
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daily Note Navbar
Adds a bar at the top of daily notes to quickly navigate between them.


## Getting Started
This plugin replaces the view header in daily notes files with a navbar. The normal view header is still displayed for other files, and you can still rename daily note files both in the tab bar and in the file explorer.
### Settings Tab
With the settings tab you can customize how the dates are formatted.

## Inspiration
I saw a navbar at the top of daily notes in RemNote and thought it was neat.

## Installation
1. Open Settings.
2. Go to "Community Plugins".
3. Enable community plugins by pressing "Turn on community plugins".
4. Click "Browse" to browse available community plugins.
5. Search for "Daily Note Navbar".
6. Click "Install" and enable the plugin.
7. Close the community plugins window.
## Styling
- `daily-note-navbar`: The actual bar.
- `daily-note-navbar__default`: The default daily note elements.
- `daily-note-navbar__active`: The currently active daily note.
- `daily-note-navbar__not-exists`: The daily note elements that don't exists.
- `daily-note-navbar__current`: The daily note element for the current date.
- `daily-note-navbar__change-week`: The left and right buttons for changing weeks.
## Contact
- Get in contact on the plugins [GitHub page](https://github.com/karstenpedersen/obsidian-daily-note-bar).