Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowply/copy-zendesk-link-bookmarklet
Copies a markdown link to the Zendesk ticket you're currently viewing in the form of [ZD#000000 - ticket title](ticket URL).
https://github.com/lowply/copy-zendesk-link-bookmarklet
bookmarklet zendesk
Last synced: 5 days ago
JSON representation
Copies a markdown link to the Zendesk ticket you're currently viewing in the form of [ZD#000000 - ticket title](ticket URL).
- Host: GitHub
- URL: https://github.com/lowply/copy-zendesk-link-bookmarklet
- Owner: lowply
- Created: 2017-02-27T13:35:10.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T01:02:35.000Z (8 months ago)
- Last Synced: 2024-12-18T01:36:47.767Z (6 days ago)
- Topics: bookmarklet, zendesk
- Language: JavaScript
- Size: 35.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copy Zendesk link bookmarklet
Copies a markdown link to the Zendesk ticket you're currently viewing in the form of `[ZD#000000 - ticket title](ticket URL)`.
## Usage
1. Visit [lowply.github.io/copy-zendesk-link-bookmarklet](https://lowply.github.io/copy-zendesk-link-bookmarklet/)
1. Drag the link to your bookmark bar
1. Click bookmarklet on a page to get the link on your clipboard## Developing locally
Requires Node.js to build the bookmarklet.
1. Clone the repo and `cd` into the directory
1. Make changes to `src/bookmarklet.js`
1. Run `npm install && npm run build`## Development status
It works for me. It may not work in your browser of choice, and may break at any time if Zendesk's markup changes.
## Inspired by
@benbalter 's [Copy issue link bookmarklet](https://github.com/benbalter/copy-issue-link-bookmarklet)