/A-Smart

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Copy As Markdown

This is a Chrome Extension used to copy the element in current page as markdown format.

Usage

You can select any element with html format in the current page and then click the extension icon, the relative text with markdown format will be written into the clipboard. When you select nothing in the page, the page's link will be written to the cliboard, the content is like this: [window.title](location.href).

You can use the shortcut Alt + C. If needed, you can custom the shortcut for the extension in Chrome's tab chrome://extensions/.

Get it From WebStore

https://chrome.google.com/webstore/detail/copy-as-markdown/dgoenpnkphkichnohepecnmpmihnabdg

Source

Build

cd src
npm install & bower install
grunt build

Issue

Reference