gyng / save-in

WebExtension for saving media, links, or selections into user-defined directories
MIT License
199 stars 25 forks source link

[Feature Request] saving as image AND as shortcut (concurrently) #164

Open thefallenchief opened 3 years ago

thefallenchief commented 3 years ago

I would like to save images (renaming them) and at the same time create a shortcut file with the link of the image inside. Currently I couldn't get both working at the same time. I have to choose between. If I could get both files with the same name (minus extension) it would be an easy task to further work with them and preserve the source information.

gyng commented 3 years ago

Will #159 work as well? Due to the current spaghetti code it's slightly tricky to implement this and I don't want to make it worse.