This is really good! I couldn't find a good lightweight ePub reader. Is it open source though? I'd love to customize it a bit :)
Show HN: A usable eBook reader inside a browser (azw3, mobi, ePub, pdf)
21–30 of 72 posts
Re: Show HN: A usable eBook reader inside a browser (azw3, mobi, ePub, pdf)
#22Try to read ebooks via browser and couldn't find one that really works that able to replace desktop readers. Made one that usable for daily use. Comments and suggestion welcome.
hey, I actually was working on something similar ( forking from https://github.com/satorumurmur/bibi which is an open source epub reader ), but my objective was to allow a) To save books in some place online like s3 or gdrive etc. b) Allowing to use the "bookmark" feature across sessions. My use case is that sometimes I am reading a EPUB and I have it in my tablet, but sometimes I have my computer, and othertimes I h…
How far did you make it with this? S3 is tricky because they don't offer OAuth so the user basically has to generate an IAM user and access keys and paste them into your app. I'm currently exploring solutions to this problem.
Re: Show HN: A usable eBook reader inside a browser (azw3, mobi, ePub, pdf)
#23Re: Show HN: A usable eBook reader inside a browser (azw3, mobi, ePub, pdf)
#24Try to read ebooks via browser and couldn't find one that really works that able to replace desktop readers. Made one that usable for daily use. Comments and suggestion welcome.
Can you describe what motivated you to build an ebook reader for the browser, when multiple free desktop and mobile book readers exist? Also, do I need to keep the screen open if I want to save my place in my book? It doesn't seem to save my book or my location when I reload the page.
Re: Show HN: A usable eBook reader inside a browser (azw3, mobi, ePub, pdf)
#25Is this using https://github.com/futurepress/epub.js/ under the hood?
Re: Show HN: A usable eBook reader inside a browser (azw3, mobi, ePub, pdf)
#26Re: Show HN: A usable eBook reader inside a browser (azw3, mobi, ePub, pdf)
#27Re: Show HN: A usable eBook reader inside a browser (azw3, mobi, ePub, pdf)
#28Re: Show HN: A usable eBook reader inside a browser (azw3, mobi, ePub, pdf)
#29My ebook reader requirements:
- [ ] let me set colors for background and text. Extra points for saving more than two sets.
- [ ] let me choose my own font, regardless of what the book says. (Pallatino, or TeX Gyre Pagella, is my preference.)
- [x] let me set main font size
- [ ] let me set margins and line spacing
- [x] scroll by changing pages, not scrolling down a column. No animations.
- [x] must respond to keypresses for next page and previous page. Extra points for keys for table of contents and next/previous chapter.
- [x] footnote support
So by my standards, it's almost there. It would be nice if, after I turned a page or three, the icons retreated further, or at least did not overlap the text.
Re: Show HN: A usable eBook reader inside a browser (azw3, mobi, ePub, pdf)
#30Earlier quoted context omitted.
hey, I actually was working on something similar ( forking from https://github.com/satorumurmur/bibi which is an open source epub reader ), but my objective was to allow a) To save books in some place online like s3 or gdrive etc. b) Allowing to use the "bookmark" feature across sessions. My use case is that sometimes I am reading a EPUB and I have it in my tablet, but sometimes I have my computer, and othertimes I h…
> To save books in some place online like s3 or gdrive etc How far did you make it with this? S3 is tricky because they don't offer OAuth so the user basically has to generate an IAM user and access keys and paste them into your app. I'm currently exploring solutions to this problem.