An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Daily Note Navbar

Adds a bar at the top of daily notes to quickly navigate between them.

![daily note navbar](https://github.com/karstenpedersen/obsidian-daily-note-bar/assets/53978294/d231e557-b66b-4d33-8ee4-9560820fa591)

![daily note navbar at the top of files](https://github.com/karstenpedersen/obsidian-daily-note-navbar/assets/53978294/02bd95bf-d275-4ba4-b861-0406046bbc1b)

## 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.

![daily note navbar settings page](https://github.com/karstenpedersen/obsidian-daily-note-bar/assets/53978294/6de31c12-6dfd-4785-a90b-7af3859abd40)

## Inspiration

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

![daily note navbar in RemNote](https://github.com/karstenpedersen/obsidian-daily-note-navbar/assets/53978294/025f8cb8-9b5c-4114-a1c3-8b95486f1841)

## 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).