readable
readable copied to clipboard
Add "export to epub" support
I just thought about adding an option to convert a website to epub on the fly.
We could add it as a GET parameter or alternatively provide a button.
Would be nice for reading with a desktop epub reader or an ebook reader.
What do you think?
Actually funny you should mention that, I came across paperoni at one point while looking at Rust readability solutions which is pretty close, except it's a CLI tool rather than a webapp. It uses epub-builder which looks... pretty straightforward?
Oh that looks indeed pretty nice. We could take our generated HTML and stuff it into that to see what happens. In my mind it would cool if it somehow produced decent results. Do you want to give it a try?
I would like to work on this.
@ShouvikGhosh2048 No complaints from me if you do! I got very busy recently so haven't been able to work on this for a while.
I was planning on adding a basic check to the readability library for meta tags like og:image and the like, I was thinking that could be useful for generating the cover of the epub if available. That's very simple so I'll try and get it done soon.
Ok that is done, if you update to v0.4.0 of readability.rs the metadata should include the image url when available.
I tried working on this issue but was unsuccessful. Someone else can take this issue up. I'm sorry for the inconvenience caused and the late reply.
No worries at all. Thanks for the update. 😃