MIMSoftware / haste-server

Customizations made to seejohnrun/haste-server
7 stars 11 forks source link

Allow pasting of clipboard images #39

Open ianpalencar opened 10 years ago

ianpalencar commented 10 years ago

Windows captures screenshots to the clipboard, meaning moving an image onto haste requires an extra save/upload step. It would be nice to have this streamlined into a single paste operation.

http://joelb.me/blog/2011/code-snippet-accessing-clipboard-images-with-javascript/ has more information on how to capture the image from the clipboard in Chrome and FF.