DecksMD 1.9.8
Released 17 May 2026
Changes
Flashcards inherit tags from parent headers
- A tag on a parent header (e.g.
## Algebra #math) now flows down to every flashcard nested under it. Group a whole section of cards under one tag without having to repeat the tag on each card's header. - Tags from every ancestor in the chain merge together, deduplicated, so an
### Equations #algebracard under## Math #mathends up with bothmathandalgebra. - Breadcrumbs stay clean — the tag syntax (
#math) is stripped from displayed parent text just like it always was on the card's own header.
Custom decks no longer disappear after a review session
- Reviewing or browsing a custom deck and then closing the session could make that deck vanish from the deck list (or show as
0/0/0if the "Hide decks with fewer than" setting was off). Card totals were getting clobbered with file-deck queries that don't apply to custom decks. - Stats are now refreshed through the custom-deck-aware path on close, so the deck stays put with its real counts. Affects both the side panel and the modal deck list.
Also on GitHub.