Add a Notes section #348
Labels
database
Pull requests that update SQL
enhancement
New feature or request
frontend
Go HTML templates
go
Pull requests that update Go code
Milestone
Is your feature request related to a problem? Please describe.
Besides having instructions, often a recipe, especially from blog posts and web articles, have accompanying notes which are not part of the actual step-by-step instructions.
This is for instance very clear when looking at a recipe like the one below:
https://rainbowplantlife.com/vegan-buffalo-cauliflower/
Describe the solution you'd like
If this information could be fetched automatically, that would be great, but will most likely be an astronomical amount of work to solve.
The alternative would be to have one additional section called Notes, underneath the Instructions section or similar.
Then this section would simply be a free text field, which also allows for images, which then can be used to manually copy & paste any relevant information from the source recipe.
Describe alternatives you've considered
An alternative currently would be to add these notes to the instructions section, but that is definitely not ideal as that currently always add a step number, so then it actually becomes a separate step in the instructions instead of notes.
The current instructions section also do not support adding images (as requested via #262) which would make this approach pretty bad for notes in many cases.
The text was updated successfully, but these errors were encountered: