Results 57 comments of dracodoc

Isn't EPUB metadata an open standard? I think any epub is just a zip, and you can find metadata in content.opf (the location of this file may be different) like...

Yes that is a problem. I think calibre did some reverse engineering so that book transferred by calibre can show cover image, while just copy books to kindle will never...

The calibre question is unrelated, you can disable preference - save to disk - convert non-english characters, and set saving template to what you want, then use saving to disk...

Easier way to trigger the warning: ```r > library(fontawesome) > fa_i("file") Warning message: In mget(objectNames, envir = ns, inherits = TRUE) : strings not representable in native encoding will be...

The current build still have a little problem with wall charger. There will be a message "go into usb mode" when kindle is plugged in charger, then the screen changed...

Of course if there is no performance penalty, forcing history file write after every user interaction (adding bookmarks etc) will be the best.

Acrobat have a function called logic page number does this. You can "Numbering pages" with acrobat, and acrobat will recognize these page numbers. kpdf just need to recognize this logic...

Maybe it's simpler to implement with a marker in book.lua file than recognize logic page number. However there are more points other than just marking page 1. For example, user...

The actual value is not important, in my case the 50ms setting will not make the whole dialog disappear in 50ms, the dx refresh rate is simply not that fast,...

It seemed that there used to be some configuration file, according to the wiki https://github.com/hwhw/kindlepdfviewer/wiki/Userguide There used to be .reader.kpdfview.lua, then I believe it changed to settings.reader.lua, then it was...