DecksMD 1.9.6
Released 15 May 2026
Changes
Sort the deck list by clicking column headers
- "Deck", "New", and "Due" column headers are now clickable. The first click sorts ascending; clicking the same column again flips to descending. Switching to a different column starts ascending again.
- Inactive columns show a faint up-down chevron to signal they're sortable; the active column flips to a single up or down arrow in the accent color.
- Pinned decks stay on top regardless of the sort mode, and are sorted by the same key within their pinned group.
- The sort selection lives in
data.json(ui.deckListSort), so it follows you across devices via Obsidian Sync / iCloud — same path the pin list uses.
Hide noisy small decks
- New "Hide decks with fewer than" setting under User interface. Set it to e.g.
2to silently hide every 1-card title-style deck without deleting anything. - Pinned decks are always shown, even when they're under the threshold — pin a small deck to override the filter just for that one.
- Setting is synced through
data.jsontoo.
Smaller polish
- Sortable column headers no longer flash an outline ring on click in Obsidian.
- The "Deck" column label is now left-aligned (it used to drift toward the center on wider sidepanels).
Also on GitHub.