-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
Added Saffron and PDF export format #1211
Conversation
this is very cool, thank you. We could also add a "print this recipe book" function using the pypeteer library. I need to take some time to properly review this but i like it very much, thanks ! |
ok merging this, will need to test how this impacts performance if a browser is rendering every single recipe and someone (like me) who has hundres of recipes exports all of the at the same time but other than that this looks really cool |
Ok so i just merged and tested the changes, i have the following notes
|
Ok I ll see If I can find something for exporting multiple |
Exporting to Saffron was added.
Exporting to a PDF uses pyppeteer to generate a PDF of the recipe page using print css.
This essentially allows to print multiple recipe to PDF.
Also in the recipe page the css was modified to avoid page break in the ingredient list and each individual steps