DecksMD 1.11.2
Released 22 May 2026
Changes
Less aggressive re-sync while editing a deck file
- Previously, every Obsidian autosave (every ~1-2 seconds during active typing) triggered a full re-parse of the deck file plus a database diff and write. On large decks this could cause noticeable churn while typing.
- Edits now coalesce into a single sync that runs ~3 seconds after you pause typing, instead of one sync per autosave. Each deck file gets its own independent debounce window — editing two deck files at once doesn't make them wait on each other.
- Pending syncs are still flushed on tab blur, app background, and plugin unload, so no edits are dropped if you close Obsidian mid-edit.
- Newly-tagged files (the first time you add
#flashcardsto a note) still create their deck immediately so it appears in the deck list right away — only the parse/sync of edits within an existing deck is debounced.
Also on GitHub.