Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/upgundecha/md-link
- Owner: upgundecha
- License: apache-2.0
- Created: 2021-01-08T09:55:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-09T05:35:55.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T09:56:05.468Z (3 months ago)
- Topics: chrome-extension, chrome-extensions, markdown
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 documentWatch 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.