-
Notifications
You must be signed in to change notification settings - Fork 137
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 #57
Comments
I'd also like .mobi -being a kindle user. Thank you |
Coming around with this issue, I implemented a epub export for something else. https://pypi.python.org/pypi/EbookLib is an easy option to create the structure and the problematic files and the implementer can focus on the content. |
Now I can read the recipes on my tablet :) The plugin uses the ebooklib available at pip which makes creation of a epub very easy. In the futuere a mobie export is planned within this library too. For the moment this is a basic implementation, in the future we should implement some more things for e.g. to set the language or a book title, cover page, ordering, categories, etc. but this is the first step. refs thinkle#57
Now I can read the recipes on my tablet :) The plugin uses the ebooklib available at pip which makes creation of a epub very easy. In the futuere a mobie export is planned within this library too. For the moment this is a basic implementation, in the future we should implement some more things for e.g. to set the language or a book title, cover page, ordering, categories, etc. but this is the first step. refs thinkle#57
I have worked on a better ToC for the epub exporter. Will refine my pull request (#997) and resend soon. mobi can be easily generated from epub, azw is better for kindle, it retains non-trivial formating better. |
This allows to sensibly group multiple recipes in a book, and to enable a structured table-of-content. The first category, in the absence of a better mechanism, is treated specially to primarily group recipes. It is the first sorting criteria and primary ToC entries are generated per first category. The recipe name remains the secondary sorting criterion. Fixes thinkle#57. Signed-off-by: Martin Pohlack <[email protected]>
Converted from SourceForge issue 3121041, submitted by SourceForge user no. 3146112 on 2010-11-28 02:45:12 UTC.
Please make an Epub exporter, with a linked up table of contents (maybe by tags, or main ingredient?) -- the epub should contain all the recipes in the database for carrying around on a e-reader. See http://en.wikipedia.org/wiki/EPUB for some epub details.
The text was updated successfully, but these errors were encountered: