Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lowply/copy-markdown-link

A bookmarklet that copies current URL in the markdown format
https://github.com/lowply/copy-markdown-link

Last synced: 5 days ago
JSON representation

A bookmarklet that copies current URL in the markdown format

Awesome Lists containing this project

README

        

# 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](https://lowply.github.io/copy-markdown-link/)
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 markdown's markup changes.