copy-markdown-link

A bookmarklet that copies current URL in the markdown format

Stars
1

Copy markdown Link bookmarklet

A bookmarklet that copies current URL in the markdown format: [title](url)

Usage

  1. Visit lowply.github.io/copy-markdown-link
  2. Drag the link to your bookmark bar
  3. 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
  2. Make changes to src/bookmarklet.js
  3. 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 markdown's markup changes.

Related Projects