-
Notifications
You must be signed in to change notification settings - Fork 379
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
epub version (How To) #106
Comments
PS, it's not perfect, could use some formatting cleanup, etc, but it is close enough for me (for now). |
How about to generate epub, fb2 (or bunch of another formats) just in next 3 simple steps?
|
If you want to using newer mdbook or mdbook-epub, replace commands
with
With mdbook-epub standalone mode,
|
Anyone successfully produced the epub version. Would you like to share the output here? |
I am not sure of the best way to approach this (to officially support on your end or not), but I generated an epub for the book using https://github.com/Michael-F-Bryan/mdbook-epub.
Steps
createBookFromReadme.sh
to use the csplit command (search and replace).mdBook
withmdbook
in the script as well.cargo install mdbook --version 0.3.7
(the epub requires an older version)cargo install mdbook-epub
[output.epub]
to the bottom ofbook.toml
createBookFromReadme.sh
- this results in the web preview having a 404, can ignore, and justctrl-c
to kill the script.book
directoryI just wanted to share the process in case any others wanted to add the book to a reader, etc.
The text was updated successfully, but these errors were encountered: