smartup icon indicating copy to clipboard operation
smartup copied to clipboard

Copy Image or Whatever like Ctrl+C

Open waingt opened this issue 3 years ago • 2 comments

I did't find an option to perform an Ctrl+C like copy. Text copy only copy texts. Link copy only copy links. Images copy only copy image link. There's no way to copy an combination of them. Please give an option to copy selected image or whatever anything which is selected (links, texts, images) like this document.execCommand("copy"); according to https://stackoverflow.com/questions/69310964/javascript-copy-text-and-image-to-clipboard

waingt avatar May 22 '22 16:05 waingt

copy images fixed #171

zimocode avatar May 31 '22 12:05 zimocode

copy images fixed #171

369ca7f seems to be a screenshot style copy. I would like, for example, to super drag the selected and paste it into Microsoft Word to keep its format unchanged. Ctrl+C certainly can do this

waingt avatar Jun 07 '22 02:06 waingt

copy images fixed #171

369ca7f seems to be a screenshot style copy. I would like, for example, to super drag the selected and paste it into Microsoft Word to keep its format unchanged. Ctrl+C certainly can do this

Browsers do not allow such operations

zimocode avatar Sep 09 '22 10:09 zimocode