DecksMD
← All releases

DecksMD 1.7.3

Released 29 April 2026

Changes

Quick switcher in browse mode

  • Added a search toggle next to the card slider — click the magnifying glass to swap the slider for a search input
  • Type to filter cards in a floating dropdown (up to 10 results) that overlays the flashcard without shifting the layout
  • Search matches against both front and back text using fuzzy matching
  • Click any result to jump to that card; the slider returns automatically with the new index selected
  • Press Escape while focused on the search input to close it and restore the slider

Smarter search across the plugin

  • Switched both browse mode search and the flashcard manager filter to Obsidian's native fuzzy search (the same algorithm used by the command palette and quick switcher)
  • Fixes false positives where short queries would match cards that did not visibly contain the query text, especially on long card backs
  • Removed the bundled custom fuzzy implementation

Also on GitHub.