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

generate epub version to read in kindle or other ebook #41

Open
Ivanello opened this issue Oct 24, 2023 · 3 comments
Open

generate epub version to read in kindle or other ebook #41

Ivanello opened this issue Oct 24, 2023 · 3 comments

Comments

@Ivanello
Copy link

very good work
is it possible generate epub version to read in kindle or other ebook

@MatejKastak
Copy link

I just tried pandoc and it seems to work fine out of the box

git clone ...
cd system-design-101
pandoc -o system_design_101.epub README.md --metadata title="System Design 101"

@Wolfsrudel
Copy link

I just tried pandoc and it seems to work fine out of the box

git clone ...
cd system-design-101
pandoc -o system_design_101.epub README.md --metadata title="System Design 101"

There are various problems with the preview after the Pandoc conversion, and the import to Kindle also fails.

Image

@MatejKastak
Copy link

I just finished reading the EPUB version. The text part was fine, admittedly the images were hard to read, but it was doable following the text descriptions. After I was done, I briefly skimmed the online version, and it seems to be the same. I read it on my Kindle. I imported the ebook to Calibre and then transferred it to Kindle. Did not encounter any other issues along the way.

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