A bookmarklet that copies current URL in the markdown format: [title](url)
- Visit lowply.github.io/copy-markdown-link
- Drag the link to your bookmark bar
- Click bookmarklet on a page to get the link on your clipboard
Requires Node.js to build the bookmarklet.
- Clone the repo and
cd
into the directory - Make changes to
src/bookmarklet.js
- Run
npm install && npm run build
It works for me. It may not work in your browser of choice, and may break at any time if markdown's markup changes.