Copies a markdown link to the GitHub issue you're currently viewing in the form of [issue title](issue URL)
.
- Visit ben.balter.com/copy-issue-link-bookmarklet/
- Drag the link to your bookmark bar
- Click bookmarklet on a page to get the link on your clipboard
I'd love your help making the script better. The source lives in src
and the built files live in dist
. To build locally:
- Clone down the repo and
cd
into the directory npm install
- Make your changes
script/build
It works for me. It may not work in your browser of choice, and may break at any time if GitHub's markup changes.