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

epub #57

Open
ockham opened this issue Dec 24, 2012 · 4 comments · May be fixed by #998
Open

epub #57

ockham opened this issue Dec 24, 2012 · 4 comments · May be fixed by #998

Comments

@ockham
Copy link
Collaborator

ockham commented Dec 24, 2012

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.

@andrearicci
Copy link

I'd also like .mobi -being a kindle user. Thank you

@Boldie
Copy link

Boldie commented Aug 14, 2015

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.

Boldie pushed a commit to Boldie/gourmet that referenced this issue Aug 15, 2015
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
@Boldie Boldie mentioned this issue Aug 15, 2015
Boldie pushed a commit to Boldie/gourmet that referenced this issue Dec 27, 2015
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
@martinp26 martinp26 mentioned this issue May 23, 2020
@martinp26
Copy link

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.

martinp26 pushed a commit to martinp26/gourmet that referenced this issue Jun 21, 2020
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]>
@martinp26 martinp26 linked a pull request Jun 21, 2020 that will close this issue
@martinp26
Copy link

#998

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

Successfully merging a pull request may close this issue.

4 participants