aboutsummaryrefslogtreecommitdiff
path: root/tests/test-calibredb-epub-config--open-to-favorites.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(calibre): open calibredb filtered to the in-progress booksCraig Jennings2026-06-281-0/+57
Every calibredb launch (the dashboard "b", M-x, anywhere) now opens filtered to the in-progress books rather than the whole library, via an :after advice on calibredb. Clear with L or x to see everything. The filter scopes to the tag field (calibredb-tag-filter-p), not a bare keyword search. A bare keyword matches any field, which surfaced books that only mention "in-progress" in their description.