Stardown icon indicating copy to clipboard operation
Stardown copied to clipboard

Add settings for downloading copied images

Open wheelercj opened this issue 1 year ago • 2 comments

Related: #80 and #81

When copying an image, Stardown only gets the image's URL, not the image itself. This works, but will eventually stop working when the image is no longer served by that URL. Those using local editors like Obsidian may want Stardown to download images, automatically put them in a folder of their choice, and include the file path to the downloaded image in the image markdown.

This will require another browser extension permission, but the permission can be optional and only requested if and when the user turns on image downloading in Stardown's settings.

This feature will require two new settings:

  • whether to download images (default to not downloading)
  • where to download images to

wheelercj avatar Jul 15 '24 05:07 wheelercj