mirror of
https://github.com/grub-basket/SP.git
synced 2026-07-22 07:46:27 +00:00
2.7 KiB
2.7 KiB
0.121.13 — Settings overhaul: clearer structure, polish, and a date-format fix
A settings-focused release: the tabs are reorganized, long-standing alignment and padding issues are fixed, the per-folder icon picker becomes searchable, the hotkey UI is reworked, and a date-format bug is fixed.
Reorganized settings tabs
- Behavior — the six toggle-only sections (List & Display, Moving Notes, Composer & Copying, Deleting, Windows & Tabs, Misc) are now one 🎛️ Behavior tab, each kept as a labelled sub-heading.
- Organization Systems — JD Index and Open Knowledge Format (OKF) are folded into one 🗂️ Organization Systems tab.
- Note Titles is no longer its own tab — the "Slug stop-words" setting moves to the end of Folders & Storage under a "Note Titles" heading.
Per-folder icon picker is now searchable
- The Folder tab icon box is type-ahead: start typing and matching Lucide icons appear with live previews — no need to know icon ids by heart.
Date & time
- Fix: with "Use Templates plugin date/time formats" OFF, the notes-list
timestamps now follow the Date display format dropdown (and timezone) like
the Tasks/detail panels do — previously the list ignored the dropdown and was
hardcoded to
YYYY.MM.DD. - The Dates & Time section is reordered (display format first, then the Templates toggle) with clearer descriptions.
Hotkeys
- The two key slots now stack vertically with the active-binding control on the left, so the binding inputs sit at the right edge.
- The old L/R pill + "Use both" checkbox are replaced by a single Left | Both | Right segmented control (disabled until both slots are bound).
- Chord slots are styled as compact rounded key-chips; the clear/revert buttons stack on mobile.
Layout & padding polish
- Settings sections that previously sat flush against the modal edge are now inset to align with the rest: the Cross-Stashpad Search Scope and Folder Panel Placement lists, the JD Index description, the live date sample, and the "Folders you've worked in" / Known Authors lists (the authored-folders list also gains a heading).
- Each settings page gets breathing room at the bottom; folded-tab sub-headings get top padding so the first one isn't cramped under the page title.
- The encryption no-recovery advice banner gets more padding.
- The JD "Actions" buttons wrap on mobile instead of running off the edge.
Internal
- The JD Index description is now built with safe DOM calls instead of an HTML
string (clears the last
no-inner-htmllint the store review flags). - Clarified OKF copy to point at Stashpad's own Templates section, not Obsidian's core Templates plugin.