Commit graph

14 commits

Author SHA1 Message Date
cc9206306a parsing: also accept short ingredients without amounts
for example 'oil' will now be allowed, previously it would have to be `1
spoon oil` when sometimes people don't know the amount
2024-10-12 00:12:09 +02:00
88f801cadb show full recipe price every time with a clarification if necessary 2024-05-12 22:28:42 +00:00
8046f0d237 responsive website 2023-12-12 02:33:12 +00:00
67cb69000b fix generate-* subcommands from other directories 2023-11-30 03:09:36 +00:00
7a9a39f2fb make pricedb currency mandatory
now, if there is a price entry for an ingredient, it either has to have a currency specified or default_currency has to be set in settings.yaml
2023-11-30 03:09:36 +00:00
816e65a00c add warning about serve not being suitable for production 2023-11-30 03:09:34 +00:00
69e578dba4 allow using a single string as an ingredient instead of a dict 2023-11-28 14:26:34 +00:00
072aa03a53 recipe "description" markdown field 2023-11-21 03:23:58 +01:00
238319b9e1 black format 2023-11-21 03:21:13 +01:00
247fd37560 add a markdown source field to recipe 2023-11-21 03:21:13 +01:00
e4890b6fd8 step sections 2023-11-21 01:43:22 +01:00
98c77cb102 add --outdir argument, remove directory params from builder 2023-11-21 01:39:42 +01:00
3ae3dfe922 add generate-units and generate-ingredients subcommands 2023-11-20 10:27:21 +01:00
81fdafb907 restructure 2023-11-19 00:18:12 +01:00