Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/upgundecha/md-link

Chrome extension to generate a markdown inline link using selected text and current url of the tab
https://github.com/upgundecha/md-link

chrome-extension chrome-extensions markdown

Last synced: 30 days ago
JSON representation

Chrome extension to generate a markdown inline link using selected text and current url of the tab

Awesome Lists containing this project

README

        

# md-link
![](icon48.png)

A Chrome extension to generate inline Markdown link from the selected text and current url of the tab. The extension will generate the link and copy it to the clipboard.

---
### How to use it?

1. Select the desired text on the page
2. Right-click and select the **Copy Markdown Link** option from the context menu
3. Paste the generated link in your markdown document

Watch video for a quick demo

[![How to use Markdown Link Generator](https://img.youtube.com/vi/9HS8XoBnn5o/0.jpg)](https://www.youtube.com/watch?v=9HS8XoBnn5o)

---

## Credits
This extension uses code for copying the contents to clipboard from [30secondsofcode.org](https://www.30secondsofcode.org/blog/s/copy-text-to-clipboard-with-javascript). I would like to thank you :pray: the original author for sharing this method.