Daily Floating Note
unlistedby Hoppieqqq
Open today's daily note in a floating window with optional always-on-top behavior.
Updated 1mo agoMIT
Daily Floating Note
Open your Daily Note in a dedicated floating Obsidian popout window, with optional always-on-top behavior.
Features
- Open today's Daily Note in a floating window.
- If today's note does not exist, it is created automatically.
- Supports 3 daily config sources:
- Core Daily Notes plugin
- Periodic Notes plugin
- Plugin custom settings
- Optional always-on-top pin behavior.
- Remembers floating window size and position.
- Remembers pin state across sessions (optional).
- Smart repeat-hotkey behavior:
- Focus existing window
- Hide/show
- Reopen
- Commands for today / yesterday / tomorrow daily notes.
Commands
Open floating daily note for todayOpen floating daily note for yesterdayOpen floating daily note for tomorrowToggle always-on-top for floating daily windowClose floating daily window
Hotkey
The default hotkey for opening today's floating note is:
- Alt+F (desktop)
You can remap it in Obsidian Hotkeys settings.
Settings
- Pin window on top by default
- Remember pin state between sessions
- Remember window size and position
- Daily source: Core Daily Notes / Periodic Notes / Plugin custom
- Custom source options:
- Daily folder
- File date format
- Template file path
- Repeat-hotkey behavior
- Open mode: editing or reading
- Open daily now (test button)
- Reset to defaults
Install (manual)
- Open your vault folder.
- Create directory:
.obsidian/plugins/daily-floating-note/
- Copy these files into it:
main.jsmanifest.jsonstyles.css
- In Obsidian:
- Settings → Community plugins → Reload plugins
- Enable Daily Floating Note.
Install via BRAT
- Install BRAT plugin.
- In BRAT, add this repository:
https://github.com/Hoppieqqq/Daily_Notes
- Select latest release.
Development
npm install
npm run build
Watch mode:
npm run dev
Release requirements
Each GitHub release must include these assets (no zip):
main.jsmanifest.jsonstyles.css
Tag must match manifest.json version.
Platform notes
- Plugin is desktop-only (
isDesktopOnly: true). - Always-on-top relies on Obsidian/Electron bridge.
- If platform/window manager blocks pinning, note opening still works.
Privacy
- No telemetry.
- No external network requests.
License
MIT
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.