From 2585a5660abb63161501e80870a8d78bdbca8549 Mon Sep 17 00:00:00 2001 From: Devin Weaver Date: Tue, 20 Jan 2015 12:29:37 -0500 Subject: [PATCH] Add chrome only disclaimer The pasting of images from clipboard is chrome only, It is stated in the _read more_ article but anyone who doesn't _read more_ may become confused (like I did). --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 80d332e..328a9da 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,9 @@ When on a comment thread and you want to quote something someone previously said [*Read more about quick quoting.*](https://github.com/blog/1399-quick-quotes) ### Pasting Clipboard Image to Comments + +_(Works on Chrome browsers only)_ + After taking a screenshot and adding it to the clipboard (mac: `cmd-ctrl-shift-4`), you can simply paste (`cmd-v / ctrl-v`) the image into the comment section and it will be auto-uploaded to github. ![Pasting Clipboard Image to Comments](https://cloud.githubusercontent.com/assets/39191/5794265/39c9b65a-9f1b-11e4-9bc7-04e41f59ea5f.png)