You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app currently doesn't have a way to divide the ingredient list up which can be helpful in case of cakes for example in which you prepare the topping seperately. This could be achieved by nesting lists natively in yaml.
Currently nested lists are not accepted as valid yaml.
Example:
- Test
- - 4 eggs
- 1/4 cup heavy cream
- 2 tsp vanilla
- sprinkle of sugar
- 4 cups Nilla Wafers Minis
Hello! Currently this feature is supported with "component recipes" where you can roll up multiple smaller recipes into a final recipe. An example can be seen on the main site with the Red Berry Tart recipe: https://chowdown.io/recipes/red-berry-tart.html (made up of three smaller recipes for the crust, topping, and filling).
In the future if we ever rebuild, maybe we can take a look at native nested lists. Currently I chose component route so that the sub recipes could be included in a number of other final recipes.
The app currently doesn't have a way to divide the ingredient list up which can be helpful in case of cakes for example in which you prepare the topping seperately. This could be achieved by nesting lists natively in yaml.
Currently nested lists are not accepted as valid yaml.
Example:
(according to this stackoverflow post)
shows as
instead of
The text was updated successfully, but these errors were encountered: