Convert rich-text on your clipbaord to markdown
Easily convert richly formatted text or HTML to Markdown. Use the clipboard and paste to Markdown with a single keypress.
The conversion is carried out by to-markdown, a Markdown converter running in the browser.
http://euangoddard.github.io/clipboard2markdown/
Open index.html in a favorite browser and hit
Ctrl+C(or
⌘+Con Mac).
To copy the converted Markdown to the clipboard, press
Ctrl+Afollowed by
Ctrl+C(or
⌘+Aand
⌘+Con Mac).
One can paste multiple times. This overwrites the previous conversion.
clipboard2markdown was created by Euan Goddard. The original version used html2markdown by Kates Gasis and Himanshu Gilani. Vegard Øye ported it to to-markdown by Dom Christie. The HTML template is based on Bootstrap.
Released under the MIT License. See the LICENSE file for details.