recipes
recipes copied to clipboard
RecipeEditor
Collection of ideas for when its time to rework the recipe editor
- [ ] Ingredient Input
- [ ] something fancy for entering a string and having it convert to multiple boxes
- [ ] some nice context menu
- [ ] utility to move to different step
- [ ] utility to add fraction and convert it to decimal
- [x] in list import mode retain order of pasted list
- [ ] properly implement multiselects so that tabbing/enter hitting works without flickering and inconsistent selection jumps
- [ ] change base scaling of recipe (see also #2551)
- [ ] clean up UI of "additional options"
- [ ] ingredient reordering #1938
- [ ] links (and genreally templating options) #1958 also related #1706
- [ ] see if CKEditor could be a good choice for a text editor https://ckeditor.com/docs/ckeditor5/latest/index.html
- [ ] image storing with copy #2383
Hey would it be possible to combine ingredients from all the steps to a total amount in the recipe overview?
The rational is that some ingredients are used in multiple steps and thus will be listed multiple times in the overview. I find that behavior to be irritating unless I am doing something wrong 😅
That's intended behavior but it has been discussed several times to add a setting to change it.