Live data from Hacker News

Foliate – A simple and modern eBook viewer for Linux desktops

johnfactotum.github.io

21–30 of 46 posts

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

#21

I've been using Calibre on all my devices for years and have hundreds of books annotated. Why would I switch to Foliate?

Calibre is an e-book management and viewer and editor app with numerous features. Foliate is a minimal (design-wise) viewer with an elementary library. If Calibre works for you then you shouldn't because they aren't really comparable.

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

#22

I've been using Calibre on all my devices for years and have hundreds of books annotated. Why would I switch to Foliate?

Not OP, I haven't used Foliate either.

Calibre UI is unappealing and too complex. Sometimes you just need a library of books without the clutter. Foliate looks simpler to use, but for some reason it doesn't allow bulk imports.

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

#23

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

Apple Books recently got a little worse but it's still the only non-eink way to read ebooks that I find tolerable enough to actually use. There is also a Mac version. Adding an epub to one will sync it to the other, and your reading progress will sync across all device (phone, tablet, computer), if you use iCloud.

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

#24
I don't normally comment on HN, but this topic is something I've got a strong opinion on.

I use Foliate to read epub's, but I've got one massive peeve with ALL e-readers. I'd really, really like for an option that tells the e-reader not to modify my epub. I don't use annotations, I really don't need the e-reader to bookmark where I've stopped reading.

Just don't write over my epub!

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

#26

I don't normally comment on HN, but this topic is something I've got a strong opinion on. I use Foliate to read epub's, but I've got one massive peeve with ALL e-readers. I'd really, really like for an option that tells the e-reader not to modify my epub. I don't use annotations, I really don't need the e-reader to bookmark where I've stopped reading. Just don't write over my epub!

Hmm, I mostly use Calibre for epub reading, and was not aware of it writes bookmark back to epub itself. Do you mean some e-ink reader updates .epub whenever you add bookmark? That seems an odd implementation.

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

#27

I've been using Calibre on all my devices for years and have hundreds of books annotated. Why would I switch to Foliate?

Not OP, I haven't used Foliate either. Calibre UI is unappealing and too complex. Sometimes you just need a library of books without the clutter. Foliate looks simpler to use, but for some reason it doesn't allow bulk imports.

There is calibre-web[1] which some might prefer.

[1] https://github.com/janeczku/calibre-web

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

#28

I've been using Calibre on all my devices for years and have hundreds of books annotated. Why would I switch to Foliate?

Are you also able to access/browse your Calibre library on your phone? And what about your annotations?

Currently i'm resisting not using annotations, because while i manager books on my laptop, i read them on a e-ink android tablet(Onyx air). I would want my annotations to sync two ways if possible.

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

#29
post #6

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

It's more like React Native, code in JavaScript but rendered with native components; webkit is for rendering epub view not the entire app.

Most ebook reader apps nowerdays use embed browser to render epub, with the notable exception of some apps on e-ink readers with their own parser and renderer, faster but at cost of maintenance effort and compatibilities.

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

#30

I don't normally comment on HN, but this topic is something I've got a strong opinion on. I use Foliate to read epub's, but I've got one massive peeve with ALL e-readers. I'd really, really like for an option that tells the e-reader not to modify my epub. I don't use annotations, I really don't need the e-reader to bookmark where I've stopped reading. Just don't write over my epub!

If you chmod the epub file to read‐only, does the program lose the ability to annotate or save your place?
Post reply on HN