Skip to content

Instantly share code, notes, and snippets.

@bendrucker
Last active February 1, 2021 12:30
Show Gist options
  • Save bendrucker/eea9176e531a8970dc0c to your computer and use it in GitHub Desktop.
Save bendrucker/eea9176e531a8970dc0c to your computer and use it in GitHub Desktop.
Pasting droplr image/gif links to Github

Droplr will auto-copy the sharing link when you take a screenshot. You'll use this on GitHub.

That copied link will look like this: http://d.pr/i/13PDt

To paste that into a GitHub issue:

![](http://d.pr/i/13PDt+)

You're doing ![](, then the copied link, then +, then a closing ).

That will appear as follows:

@misha-tgshv
Copy link

Not working :( Droplr disabled this possibility

@csonnek
Copy link

csonnek commented Jan 29, 2021

You need to add .jpg to the end of the link - at least that's how I got it to work.

![](http://d.pr/i/13PDt+.jpg)

@misha-tgshv
Copy link

You need to add .jpg to the end of the link - at least that's how I got it to work.

![](http://d.pr/i/13PDt+.jpg)

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment