Live data from Hacker News

Show HN: A Web Extension to save a page or selection as eBook

github.com

11–20 of 27 posts

Re: Show HN: A Web Extension to save a page or selection as eBook

#12
Ooooh, now this is interesting!

Presumably 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

#13
This looks nice for a one off.

If 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

#14
Anything that can work as well as Clearly. It's the best I've found at clipping articles for off-line archiving but it still makes me nervous having them on Evernote's platform when they said they were going to shut Clearly down (but apparently had a change of heart, for now).

Re: Show HN: A Web Extension to save a page or selection as eBook

#16
post #10

Amazon 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/magazine/isis-...

Re: Show HN: A Web Extension to save a page or selection as eBook

#17
post #10

Amazon 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…

Have you tried adding to pocket and then using something like https://p2k.co/ or https://help.getpocket.com/article/911-how-to-configure-cali... to sync to Kindle?

Re: Show HN: A Web Extension to save a page or selection as eBook

#19
I 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 into an ePub.

I'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

#20
post #19

I 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…

Have you seen Dosage? It supports a lot of webcomics, but I don't remember how general it was. (Edit: I missed that you finished by publishing the content as an epub)

http://dosage.rocks/

Post reply on HN