Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/euangoddard/clipboard2markdown

Convert rich-text on your clipbaord to markdown
https://github.com/euangoddard/clipboard2markdown

Last synced: about 2 months ago
JSON representation

Convert rich-text on your clipbaord to markdown

Awesome Lists containing this project

README

        

clipboard2markdown
==================

> Easily convert richly formatted text or HTML to
> [Markdown](http://daringfireball.net/projects/markdown/syntax).
> Use the clipboard and paste to Markdown with a single keypress.
>
> The conversion is carried out by
> [to-markdown](https://github.com/domchristie/to-markdown),
> a Markdown converter running in the browser.

Demo
----

### Interactive

### Video

![Screencast](screencast.gif)

Usage
-----

Open [index.html](index.html) in a favorite browser and hit `Ctrl+C`
(or `⌘+C` on Mac).

To copy the converted Markdown to the clipboard, press `Ctrl+A`
followed by `Ctrl+C` (or `⌘+A` and `⌘+C` on Mac).

One can paste multiple times. This overwrites the previous conversion.

### Tested browsers

- Chrome 33 (Linux and OS X)
- Firefox 27 (Linux)
- Safari 5 (OS X)
- Internet Explorer 11 (Windows)

About
-----

[clipboard2markdown](https://github.com/euangoddard/clipboard2markdown)
was created by [Euan Goddard](https://github.com/euangoddard).
The original version used
[html2markdown](https://github.com/kates/html2markdown) by
[Kates Gasis](https://github.com/kates) and
[Himanshu Gilani](https://github.com/hgilani).
[Vegard Øye](https://github.com/epsil) ported it to
[to-markdown](https://github.com/domchristie/to-markdown) by
[Dom Christie](https://github.com/domchristie). The HTML template
is based on [Bootstrap](http://getbootstrap.com/).

### License

[![License][license-image]][license-url]

Released under the MIT License. See the [LICENSE](LICENSE) file
for details.

[license-image]: https://img.shields.io/npm/l/markdownlint.svg
[license-url]: http://opensource.org/licenses/MIT