open-eats / OpenEats

:pizza: Self Hosted Recipe Management App :hamburger:
https://open-eats.github.io/
MIT License
669 stars 102 forks source link

Create sections of ingredients for multi-part recipes #153

Closed dlchamp closed 3 years ago

dlchamp commented 3 years ago

Would it be possible to have the ingredients lists broken into sections? Some recipes have multiple pieces made/prepared separately before being combined into the final product.

Maybe some kind of tag to identify the line as a heading instead of an item on the list. Like, ~~ or **.

For example, cookies with icing.

For the Cookies

For the Icing

Drudoo commented 3 years ago

This is actually possible. Try like this:

For the Cookies:
item 1
item 2
For the Icing:
item 1
item 2

It works in both Ingredients and Directions but you have to use a : and no additional newline afterwards.

dlchamp commented 3 years ago

Well, then... That's amazing! Thanks

Is there anywhere with actual documentation on how to use openeats? It's pretty straight forward but I may have found that out without having to ask here. And Google has provided no results

Drudoo commented 3 years ago

@dlchamp There really isn't. I found this by accident just by trying. It is frustrating how little usage documentation there's available.

dlchamp commented 3 years ago

Yeah, I tried a couple different things, using : just didn't cross my mind. Thanks for the help

rustymyers commented 3 years ago

Working on adding some docs. https://github.com/open-eats/OpenEats/pull/154