TandoorRecipes / recipes

Application for managing recipes, planning meals, building shopping lists and much much more!
https://docs.tandoor.dev
Other
5.53k stars 581 forks source link

Import/Export support for Cooklang #3296

Open bashirsouid opened 2 months ago

bashirsouid commented 2 months ago

Is your feature request related to a problem? Please describe.

Not related to a problem.

Describe the solution you'd like

The Cooklang file format is gaining some popularity. It is similar to Markdown (but for recipes). It is easy to read visually by humans (compared to JSON files). It would be great to have import/export capability to Cooklang format.

Describe alternatives you've considered

I have used other file formats, most often NextCloud Cookbook format. However, I keep returning to Cooklang as the most sensible sharing format, much more so than PDF. Markdown (and plain text in general) are timelessly popular for a good reason.

Additional context

No response

bashirsouid commented 2 months ago

This project could help with the import side (implemented in Typescript).

https://github.com/cooklang/cooklang-ts

vabene1111 commented 1 month ago

I like that idea. The solution would need to be implemented in python but that should not be a problem. Will likely be a while until I get to this but I will leave it open as a reminder.