Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "export to epub" support #5

Open
mre opened this issue Nov 13, 2022 · 7 comments
Open

Add "export to epub" support #5

mre opened this issue Nov 13, 2022 · 7 comments

Comments

@mre
Copy link
Collaborator

mre commented Nov 13, 2022

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?

@jfmontanaro
Copy link
Contributor

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?

@mre
Copy link
Collaborator Author

mre commented Nov 19, 2022

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?

@ShouvikGhosh2048
Copy link

I would like to work on this.

@jfmontanaro
Copy link
Contributor

@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.

@jfmontanaro
Copy link
Contributor

jfmontanaro commented Dec 17, 2022

Ok that is done, if you update to v0.4.0 of readability.rs the metadata should include the image url when available.

@ShouvikGhosh2048
Copy link

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.

@mre
Copy link
Collaborator Author

mre commented Dec 26, 2022

No worries at all. Thanks for the update. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants