mirror of
https://github.com/grub-basket/SP.git
synced 2026-07-22 07:46:27 +00:00
2 KiB
2 KiB
0.76.19 — Cross-folder send-without-switching, modal polish, open-in-Stashpad
Cross-folder destination (0.76.14–0.76.16)
- Composer content survives a destination pick. Picking a cross-folder
destination used to clear
composerDraftand load the destination folder's draft, silently dropping whatever you'd already typed or pasted (e.g. an embedded image link). The picker now captures the live composer contents and carries them through. - Send without leaving your spot. Picking a parent in another Stashpad no longer switches the view there. The next composer submit creates the note in the destination folder remotely while you stay exactly where you are.
- Persistent landed-notice with Jump. The confirmation
"<title>" landed in <folder>sticks around (no auto-dismiss) and its Jump action navigates to the freshly created note itself, not just its parent.
Due-date picker polish (0.76.17)
- Date and time inputs render with uppercase letters (month abbreviation, AM/PM) for consistency with the icon-led layout.
- Zeroed the
::-webkit-datetime-editleading padding so the value sits flush against the icon — a leftover gap from the now-hidden native picker indicator.
Compact confirm modals (0.76.18)
- Delete / confirm / due-picker dialogs are just a line or two of content
plus buttons, but Obsidian was sizing them tall (lots of empty space,
worse on mobile). A shared
.stashpad-compact-modalclass now sizes them to their content (height: auto,min-height: 0,max-width: ~440px) with a70vhcap + scroll for safety.
"Open this note in Stashpad" command (0.76.19)
- For when you've opened a Stashpad note in the normal Obsidian editor by accident. The new command jumps to the same note inside Stashpad: reuses an open Stashpad tab on that folder (reveal + navigate), else opens a fresh tab on the folder.
checkCallback-gated to active Stashpad notes, so it stays hidden/disabled otherwise.