Is your feature request related to a problem? Please describe.
Hello! Thank you again so much for making this app!
Right now, when I'm on the desktop app, I want to be able to easily share/copy multiple images. In this most recent example, I wanted to share a few pictures of my pet chickens. I want to share them on Discord, so I just want to copy them from Memories and paste them into Discord.
When I right click on an individual picture, however, I don't get the right-click menu. (This includes long-pressing on mobile).
If I want to share the photo via Discord, I need to share, then choose "Original file", then copy using the Windows native share (which, I should add, isn't working properly on Windows 11):
This becomes really annoying when I try to copy multiple images to share with my friends; I need to individually find the filename, search Nextcloud for the file (I'll open another issue to add the filepath to metadata), copy it from there, and paste it into Discord.
Describe the solution you'd like
Is there a way to make the images right-clickable? I see they're blob urls, so I don't know how easy it'd be, but is there a way to you add a on-right-click event to let me right click the original image?
Describe alternatives you've considered
I tried vibe coding a simple solution, but it didn't work properly (despite selecting the image in the query):
img = document.querySelector('.pswp__img');
img.addEventListener("contextmenu", (e) => {
console.log("hi");
});
Additional context
Thank you again for the app!
Is your feature request related to a problem? Please describe.
Hello! Thank you again so much for making this app!
Right now, when I'm on the desktop app, I want to be able to easily share/copy multiple images. In this most recent example, I wanted to share a few pictures of my pet chickens. I want to share them on Discord, so I just want to copy them from Memories and paste them into Discord.
When I right click on an individual picture, however, I don't get the right-click menu. (This includes long-pressing on mobile).
If I want to share the photo via Discord, I need to share, then choose "Original file", then copy using the Windows native share (which, I should add, isn't working properly on Windows 11):
This becomes really annoying when I try to copy multiple images to share with my friends; I need to individually find the filename, search Nextcloud for the file (I'll open another issue to add the filepath to metadata), copy it from there, and paste it into Discord.
Describe the solution you'd like
Is there a way to make the images right-clickable? I see they're blob urls, so I don't know how easy it'd be, but is there a way to you add a on-right-click event to let me right click the original image?
Describe alternatives you've considered
I tried vibe coding a simple solution, but it didn't work properly (despite selecting the image in the query):
Additional context
Thank you again for the app!