Show HN: A Web Extension to save a page or selection as eBook
11–20 of 27 posts
Re: Show HN: A Web Extension to save a page or selection as eBook
#12Presumably it clips just the article and not all the textual content on a page?
I've long had an idea for an ePub app that will take email newsletters and compile them into something like a weekly ePub. I'm not a dev, though. I don't suppose there's any scope for this plugin to eventually work with non-browser content, is there?
Re: Show HN: A Web Extension to save a page or selection as eBook
#13If you are interested in automating this on a regular basis (perhaps to read the morning's news / blogs) I recommend Calibre, it is an amazing free (speech & beer) ebook management system that has this baked in.
Here is the relevant manual section: https://manual.calibre-ebook.com/news.html
[Edit: formating and removed parenthetical within parenthetical]
Re: Show HN: A Web Extension to save a page or selection as eBook
#14Re: Show HN: A Web Extension to save a page or selection as eBook
#15Re: Show HN: A Web Extension to save a page or selection as eBook
#16Amazon offers this extension for Chrome and Firefox. https://chrome.google.com/webstore/detail/send-to-kindle-for...
[0]: http://www.nytimes.com/interactive/2016/08/11/magazine/isis-...
Re: Show HN: A Web Extension to save a page or selection as eBook
#17Amazon offers this extension for Chrome and Firefox. https://chrome.google.com/webstore/detail/send-to-kindle-for...
This is what I'm currently using for taking my long-reads to my Kindle. Except it doesn't always work well. For eg, with the recent NYTimes article on the Arab world[0], it didn't give me the entire content. As a hack, I found that selecting all of the content and then using that as input worked, but I'm still losing out on all the images and some formatting. [0]: http://www.nytimes.com/interactive/2016/08/11/magazin…
Re: Show HN: A Web Extension to save a page or selection as eBook
#18Luckily my kobo ebook reader has pocket integration though :)
Re: Show HN: A Web Extension to save a page or selection as eBook
#19I've written scrapers to do exactly that for a few works, but they're one-offs that get their metadata (e.g. chapter titles) from explicit provided data-structures rather than from the site itself. A fully-general solution to this would be amazing.
Re: Show HN: A Web Extension to save a page or selection as eBook
#20I read a lot of "serial archive"-formatted things (webcomics, online novels, etc.) I've always wanted an extension like this that will spider rel="next" and rel="previous" links/headers (or, not finding those, try to guess a pair of links on the page that represent those) to build up an archive sequence; chew that into a set of pages+sections; generate a Table of Contents for those; and then stick all that together i…