(no title)
onyva
|
5 years ago
Is it more than just an ePub reader? You really feel it’s justified to spin-up an electorn app (!!!) to read an ePub? I use Emacs’ nov.el or Foliate which are not only low on resources but also instantaneous to open files.
chocolatkey|5 years ago
Finnucane|5 years ago
hombre_fatal|5 years ago
If you want to build a good ereader, you either use a web browser or you reimplement one. And you have to support things like https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens, rtl, mathml, and—well—the rest of the nontrivial stack.
ognarb|5 years ago
EDIT: the only epub reader I know that doesn't use a webview is Okular and the rendering using QTextDocument basic html support is horrible.
xbmcuser|5 years ago
hombre_fatal|5 years ago
Your options are A) web view, B) crappy RSS reader.
popup21|5 years ago
onyva|5 years ago