chenyanming / calibredb.el

Emacs calibre client - An Ebook Management Solution in Emacs.
GNU General Public License v3.0
318 stars 16 forks source link

How to view/sort by Published date? #40

Closed johanwiden closed 3 years ago

johanwiden commented 3 years ago

I often want to see, and sometimes be able to sort by, Published date, rather than Date when the item was added. This is in "calibredb-search. I am aware that Published date is available in calibredb-entry*.

Is this possible? Currently I use the calibre application when I have these needs.

chenyanming commented 3 years ago

Sorting feature is under development. Will have soon. :)

chenyanming commented 3 years ago

Done. Please check e60224795c8c2b0c6c935912588e4033e3da73ec. Welcome your feedback. :) Add calibredb-sort-dispatch, which takes over the original binding "o".

johanwiden commented 3 years ago

Thanks! It seems to work well. I am quite happy with it.

A suggestion: It would be good if there was a bit more documentation in the README for how to do filtering and sorting. I mean describe in text, perhaps with examples, not just in a gif, how '/', 'f' and 'o' work.

I cloned the github calibredb.el repo so as to be able to test and use the develop branch in emacs. But I use Doom emacs, which uses the straight package manager, and I ran into a problem: straight seems unable to handle a repo name that ends in ".el". I had to clone the repo, renaming it to "calibredb". Previously I had only used calibredb from melpa.

Den mån 10 maj 2021 kl 17:22 skrev Damon Chan @.***>:

Done. Please check e602247 https://github.com/chenyanming/calibredb.el/commit/e60224795c8c2b0c6c935912588e4033e3da73ec. Welcome your feedback. :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chenyanming/calibredb.el/issues/40#issuecomment-836832742, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOF7OMEX7HULYSR42FWIDLTM723XANCNFSM44QLDSJA .

-- Johan Widén, tel: +46705367346 Risvägen 5 A, 192 73 Sollentuna, SWEDEN

chenyanming commented 3 years ago

Thanks your feedback!

chenyanming commented 3 years ago

The new release 2.10.0 is released to melpa with updated README. I guess it can be closed now. If any other issues, feel free to raise and reopen.