Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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)