Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitoiu/markwrap
Chrome extension that wraps the selected text in a markdown link with the contents of the clipboard
https://github.com/bitoiu/markwrap
chrome-extension clipboard markdown project-x
Last synced: 12 days ago
JSON representation
Chrome extension that wraps the selected text in a markdown link with the contents of the clipboard
- Host: GitHub
- URL: https://github.com/bitoiu/markwrap
- Owner: bitoiu
- Created: 2015-09-24T02:28:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T11:53:03.000Z (over 8 years ago)
- Last Synced: 2024-04-15T00:05:51.517Z (7 months ago)
- Topics: chrome-extension, clipboard, markdown, project-x
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/mark-wrap/momphlnnfcfahjjofidepemapjghebmd
- Size: 4.18 MB
- Stars: 140
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markwrap
Chrome Extension that wraps the selected text in a markdown link with the contents of the clipboard ([download](https://chrome.google.com/webstore/detail/mark-wrap/momphlnnfcfahjjofidepemapjghebmd))
## Usage
1. Copy the link
2. Select the text (optional)
3. Click `Ctrl+Shift+V` and the markdown link will be created in place.
If `Ctrl+Shift+V` does not work, try `Command+Shift+V`.![example](https://github.com/bitoiu/markwrap/blob/master/assets/example.gif)
You can change the shortcut on the bottom right corner of the Chrome Extensions page.