From be959f66640c5adc0fb23f7d0df602b05fd0e5fa Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Wed, 27 Aug 2025 00:29:19 -0500 Subject: [PATCH] Add to readme. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5010a1c..63212ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Recipes for Engineers -Store recipes in a nerdy JSON tree format and use that to generate [Cooking for Engineers]()-style tabular recipe cards in HTML. +Store recipes in a nerdy JSON tree format and use that to generate [Cooking for Engineers](https://www.cookingforengineers.com)-style tabular recipe cards in HTML. Right now this project is just a set of scripts. @@ -29,3 +29,7 @@ Leaves are raw ingredients, other nodes are tasks. The tree is output to a JSON ## `output_html.py` This script takes that JSON file and does a recursive depth-first search to render an HTML-table-based recipe card. + +## Known Issues + +- A single node cannot have multiple done on it. So this cannot represent, for example, mixing brown sugar and cinnamon, then splitting that mixture up and doing separate subsequent operations with the two batches.