Live data from Hacker News

Foliate – A simple and modern eBook viewer for Linux desktops

johnfactotum.github.io

11–20 of 46 posts

Re: Foliate – A simple and modern eBook viewer for Linux desktops

#11
post #7
post #6

A javascript codebase bundled with a webkit browser - is this like Electron, but lite?

Ebooks are basically HTML, so this is one case where bundling a browser engine is going to be necessary in any case.

does it need a js engine though?

Re: Foliate – A simple and modern eBook viewer for Linux desktops

#13
post #2

Foliate is excellent! I even got it working through WSL on Windows. I use it for O’Reilly books and other epub books. It’s much easier to reach books as an epub than a pdf since the text, etc adapt to your screen. The problem was historically that epub viewers were generally bad on desktop.

If anyone is interested in using Foliate through WSL, https://opticos.github.io/openinwsl/ is great - it lets you double-click a file in Windows, then Foliate in WSL2 launches to view it

Re: Foliate – A simple and modern eBook viewer for Linux desktops

#14
post #11
post #7

Earlier quoted context omitted.

Ebooks are basically HTML, so this is one case where bundling a browser engine is going to be necessary in any case.

does it need a js engine though?

App is written in JS and uses a JS library to render epub in the browser, how else could it work?

Re: Foliate – A simple and modern eBook viewer for Linux desktops

#19

Does it support EPUB3?

Yes. From their repo README:

https://github.com/johnfactotum/foliate

Supported formats:

- EPUB (.epub, .epub3)

- Kindle (.azw, .azw3) and Mobipocket (.mobi)

- FictionBook (.fb2, .fb2.zip)

- Comic book archive (.cbr, .cbz, .cbt, .cb7)

- Plain text (.txt)

Re: Foliate – A simple and modern eBook viewer for Linux desktops

#20

Is there something similar for macOS and iPadOS? All 3rd party epub readers on my iPad are substandard.

For macOS, there's Thorium Reader. I agree that there's no really good 3rd party reader for iOS that's actively maintained.
Post reply on HN