https://github.com/benbalter/copy-issue-link-bookmarklet
Copies a markdown link to the GitHub issue you're currently viewing in the form of [issue title](issue URL).
https://github.com/benbalter/copy-issue-link-bookmarklet
bookmarklet github
Last synced: 9 months ago
JSON representation
Copies a markdown link to the GitHub issue you're currently viewing in the form of [issue title](issue URL).
- Host: GitHub
- URL: https://github.com/benbalter/copy-issue-link-bookmarklet
- Owner: benbalter
- License: mit
- Created: 2017-01-09T21:14:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-03T17:06:56.000Z (9 months ago)
- Last Synced: 2025-10-03T19:10:15.395Z (9 months ago)
- Topics: bookmarklet, github
- Language: TypeScript
- Homepage: http://ben.balter.com/copy-issue-link-bookmarklet/
- Size: 723 KB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Copy issue link bookmarklet
Copies a markdown link to the GitHub issue you're currently viewing in the form of `[issue title](issue URL)`.
## Usage
1. Visit [ben.balter.com/copy-issue-link-bookmarklet/](http://ben.balter.com/copy-issue-link-bookmarklet/)
2. Drag the link to your bookmark bar
3. Click bookmarklet on a page to get the link on your clipboard
## Developing locally
I'd love your help making the script better. The source lives in `src` and the built files live in `dist`. To build locally:
1. Clone down the repo and `cd` into the directory
2. `npm install`
3. Make your changes
4. `script/build`
## Development status
It works for me. It may not work in your browser of choice, and may break at any time if GitHub's markup changes.