mirror of
https://github.com/docmarionum1/obsidian-pinned-daily-notes.git
synced 2026-07-22 05:41:59 +00:00
No description
| .gitignore | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.js | ||
| main.ts | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Pinned Daily Notes for Obsidian
A plugin for Obsidian that helps you manage your daily notes with pinned tabs. It provides a dedicated button and command to open today's daily note in a pinned tab.
Features
- Adds a ribbon icon (calendar+) to open today's daily note in a pinned tab
- Adds a command palette action "Open today's daily note"
- When clicking the button or running the command:
- If a pinned daily note tab exists: Updates it to today's note and focuses it
- If no pinned daily note exists: Creates a new pinned tab with today's note
- Works with any daily note folder structure and format
- Respects your Daily Notes plugin settings
How to Use
- Install the plugin
- Click the calendar+ icon in the ribbon (left sidebar) or use the command palette to run "Open today's daily note"
- The first time you use it, a new pinned tab will be created
- Move this tab wherever you want it to stay
- From now on, that tab will be updated to show today's note whenever you use the plugin
Configuration
No configuration needed! The plugin uses your existing Daily Notes settings for:
- Note folder location
- Date format
- Other Daily Notes preferences
Installation
- Open Obsidian Settings
- Go to Community Plugins and disable Safe Mode
- Click Browse and search for "Pinned Daily Notes"
- Install the plugin
- Enable the plugin in your list of installed plugins
Support
If you encounter any issues or have suggestions, please file them on GitHub.
License
MIT