# copy-as-markdown **Repository Path**: ouyangpengdev/copy-as-markdown ## Basic Information - **Project Name**: copy-as-markdown - **Description**: 🖱 Browser extension to copy hyperlinks, images, and selected text as Markdown - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Copy as Markdown [link-amo]: https://addons.mozilla.org/en-US/firefox/addon/cpy-as-md/ [link-cws]: https://chrome.google.com/webstore/detail/copy-as-markdown/nlaionblcaejecbkcillglodmmfhjhfi/ > Browser extension to copy hyperlinks, images, and selected text as Markdown Inspired from [this tweet](https://twitter.com/NicoloRibaudo/status/1143521181196345346) by [@nicolo-ribaudo](https://github.com/nicolo-ribaudo). ## Install - [**Chrome** extension][link-cws] [][link-cws] - [**Firefox** add-on][link-amo] [][link-amo] ## Screenshot ![Copy as Markdown](media/screenshot-640x400.png) ## Features - Ability to copy links, images, and selected text as Markdown. - Linked images, will have options to individually select link or images. When copying links and images, Chrome doesn’t let you extract images alt text or anchors text content to be used in Markdown, instead the links themselves are used as link content. Firefox doesn’t have this limitation though. ``` md Laxman ⬇ [Laxman](https://github.com/notlmn) ``` ``` md hello world ⬇ ![hello world](https://notlmn.github.io/image.png) ``` ### Permissions The extension requires the following permission from you for working. 1. `contextMenus`: to show option when right-clicking. 1. `activeTab`: to be able to access content on page. 1. `clipboardWrite`: to be able to write data to clipboard (we still can’t read from your clipboard). ## License [MIT](license)