chenyanming / calibredb.el

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

Re-order columns #72

Open bmp opened 1 year ago

bmp commented 1 year ago

Hello,

Thank you for the package! Makes my workflow much simpler. How can I re-order the columns when I launch calibredb (the default buffer seems to be calibredb-search)? I was unable to find any documentation about re-ordering the columns.

Thank you!

chenyanming commented 1 year ago

M-x calibredb-sort-*

bmp commented 1 year ago

Apologies if I wasn't clear earlier,, calibredb-sort-* functions only sort by that particular column. Currently, the default order of columns seems to be icon, id, name, format, date, author, size with the following config,

    (setq calibredb-id-width 4)
    (setq calibredb-comment-width 0)
    (setq calibredb-tag-width 0)
    (setq calibredb-size-show t)
    (setq calibredb-format-width 12)
    (setq calibredb-format-all-the-icons t)

I am asking if it is possible to have icon, id, name, author, date, size and format as the order of columns and not the order of entries. I hope this is clearer.

Aneeqasif commented 5 months ago

no @bmp and me as well actually want to change the order of columns like to make first column authod then name then tag then date

| Author   | Tags      | Name     | Date       |