Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature-request: ingredient sub-sections / sub-lists #54

Open
8 tasks
macbrayne opened this issue Jan 5, 2021 · 1 comment
Open
8 tasks

feature-request: ingredient sub-sections / sub-lists #54

macbrayne opened this issue Jan 5, 2021 · 1 comment

Comments

@macbrayne
Copy link

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

(according to this stackoverflow post)
shows as

  • Test
  • [“4 eggs”, “1/4 cup heavy cream”, “2 tsp vanilla”, “sprinkle of sugar”, “4 cups Nilla Wafers Minis”]

instead of

  • Test
    • 4 eggs
    • 1/4 cup heavy cream
    • 2 tsp vanilla
    • sprinkle of sugar
    • 4 cups Nilla Wafers Minis
@clarklab
Copy link
Owner

clarklab commented Jan 5, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants