open-eats/OpenEats

Create sections of ingredients for multi-part recipes

Closed this issue · 5 comments

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

  • item 1
  • item 2
  • ....

For the Icing

  • item 1
  • item 2
  • ...

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.

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

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

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

Working on adding some docs. #154