peclik / clipboard_image_paste

Redmine plugin for pasting cropped image from clipboard as an attachment.
264 stars 118 forks source link

Use jQuery.clipboard.js to simplify copy experience. #35

Closed huandu closed 10 years ago

huandu commented 10 years ago

I use jQuery.clipboard to copy image url and thumbnail url to clipboard directly. I use two icons to replace the old icon which opens a new popup for copying.

peclik commented 10 years ago

I known about that possibility, but, sorry, I don't like Flash dependency for such simple things like copy-to-clipboard.

huandu commented 10 years ago

It's fine. I respect your choice. I'll close this PR.