Damon Chan
Damon Chan
Having spaces in path is no problems. Can you run `(calibredb-query "SELECT * FROM books")`?
How about you setup `calibredb-program`?
As far as I know, the latest Emacs 29 integrates sqlite while this package relies on the external sqlite, so the package will be updated and use it when Emacs...
Thanks for your reporting. On Sun, 19 Dec 2021 at 20:26, niwaka-ame ***@***.***> wrote: > Hello! Some configs on org-ref support in README doesn't seem to work in > the...
The package does not have evil keybindings at this moment. May have in the future. You may bind by yourself. By the way, I am also using doom emacs :)...
Thanks for your reporting, I will fix it asap.
Currently the font alignment is not handled by calibredb.el. You should set up and use fixed width font, such as `Sarasa Term SC` for chinese. ``` (defun calibredb-font-setup () (setq...
I think this is not easy to implement in this package, since the `calibredb-rga` relies on `counsel-ag-base-command`, maybe we can ask in `counsel` development repo.
Hi, @untoreh Thanks for your idea. I think content server is considered a library, just like opds, and calibredb.el is working as frontend.  Would you like to add a...
Yes. What I mean is adding a function to query the content server, I guess it is not difficult, just like the opds implementation. But adding books/updating meta/deleting books remotely...