Replies: 2 comments 3 replies
-
Have you taken a look at the underlying schemas (https://github.com/TandoorRecipes/recipes/blob/develop/cookbook/models.py#L473 and below) or some of the export functions (for example https://github.com/TandoorRecipes/recipes/blob/develop/cookbook/integration/recipesage.py#L61 looks to use the Schema.org Recipe schema when exporting)? I believe when this project started it was basically just dumping the schema.org schema into a mongodb document, but the move to postgres as a backend did change some things. Still perfectly possible to get a standard schema out though, just takes putting the pieces together. |
Beta Was this translation helpful? Give feedback.
-
first of all thanks for the nice words and the suggestion. The time thingy comes from a time probably 3-4 years ago where i had no clue about schema.org recipe format and was just getting started with this application and just tought which times would be nice to track 😂 but i guess they can be mapped to schema org (working = prep and waiting=cook) i think if you provide a latex template with the places where values would need to be inserted then it should be rather easy to create a working latex export. I myself am quite familiar with it, would just save me some work if you already have a working template. if you want to help get this done i would recommend you start by looking at the model (as @StephenBrown2 recommended) or at the respoonse of the |
Beta Was this translation helpful? Give feedback.
-
Hello there
I just stumbled across this marvellous project (thank you heise.de) and it looks like everything I ever wanted in a recipe database.
While I love the Idea of having a flexible database with scaling, shopping list and whatnot I also heavily rely on printed recipes in a decent look. Right now I am using a fiddly, fiddly workflow of storing recipes in Paprika App, exporting them to json and parsing them in Airtable to LaTeX via Overleaf. While this does get me the beatuiful end result I want (see example attached), this is nowhere near convenient and I see this project as a real opportunity for a single-step-export solution.
I will be happy to share my parsing method from json to LaTeX but am no real programmer myself and don't know how to implement this as an export function to Tandoor Recipes. Is this something you could do? It would however require TR to comply with schema.org's Recipe Standard for a quick start. If it does not comply, I would still offer to rewrite my method to TR's system if an export to LaTeX function would be considered.
Kochbuch_xcookybooky (1).pdf
Beta Was this translation helpful? Give feedback.
All reactions