What's changed in v0.26.0
New
- Configurable
+button — In Settings, choose what the + and New buttons do by default: open the type chooser (current behaviour), or jump straight to a new note, folder, template, or drawing. Hold Shift while clicking always brings up the full chooser. - Auto-fill new-note titles with a timestamp — Optional toggle in Settings that pre-fills the name field with
yyyymmddHHMMSS(Zettelkasten-style). Press Enter to accept, or type to replace. Applies to both plain notes and "Create from Template". - "Create from Template" remembers your last choice — The most recently used template is pre-selected the next time the modal opens, and the name field is focused & selected. Paired with the auto-fill setting above, a single Enter is enough to create the note.
UX
- Enter confirms in the Delete / confirm dialog — Mirrors the existing Escape = cancel. Works for every confirmation modal.
- Settings toggles no longer overflow with long labels — Long localized strings (e.g. the Hungarian Tab inserts tab description) now wrap cleanly inside the panel and the toggle stays pinned to the right.
- Tighter settings copy across all 11 locales — less crowded panel.
Fixes
- "Create Note" button background no longer disappears when the template form becomes submittable (Alpine
:stylewas replacing the staticstyleattribute instead of merging with it). - Delete confirm no longer re-opens after pressing Enter — the browser was re-clicking the focused delete button by default after the modal closed; now suppressed while the modal is open.
Full changelog: v0.25.1...v0.26.0
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.26.0Full Changelog: v0.25.1...v0.26.0