Quote:
Originally Posted by NuPogodi
Thanks a lot for excellent release. One remark: it's quite common to pack fb2-files. I've just a bit modified your lua-scripts and found out that just simple adding one more extention file_type == "zip" in filechooser.lua and reader.lua does allow to open zipped fb2 in kindlepfdviewer. Awesome!
|
Oh, thanks for pointing out this, that's a surprise

Will be added in next release.
Quote:
Originally Posted by NuPogodi
Could you, please, give a tip how could i change default font for crengine to display main text?
|
The default font is hard coded for now. You can change it by editing crereader.lua. On this line:
https://github.com/hwhw/kindlepdfvie...reader.lua#L54
It will be better to add a configurable entry in .reader.kpfview.lua though, feel free to hack on it and send us the patch