TandoorRecipes / recipes

Application for managing recipes, planning meals, building shopping lists and much much more!
https://docs.tandoor.dev
Other
5.56k stars 589 forks source link

Grab img from url #3255

Closed xboxhaxorz closed 3 months ago

xboxhaxorz commented 3 months ago

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

Since we can import recipes from url, why not the img as well if we have a recipe but no img

Describe alternatives you've considered

No response

Additional context

No response

vabene1111 commented 3 months ago

thanks for the request. I see where it is coming from but this would require quite a bit of extra frontend and backend logic while copying the link to paste it into tandoor is probably pretty much the same amount of work than "save as" on the image and selecting it in tandoor.

Closing this for now but I always wanted to refactor the "image upload" system so maybe when i get to that I will implement something like this.