Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/euangoddard/clipboard2markdown
Convert rich-text on your clipbaord to markdown
https://github.com/euangoddard/clipboard2markdown
Last synced: 14 days ago
JSON representation
Convert rich-text on your clipbaord to markdown
- Host: GitHub
- URL: https://github.com/euangoddard/clipboard2markdown
- Owner: euangoddard
- License: mit
- Created: 2014-03-06T16:08:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T08:46:22.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T00:10:25.001Z (3 months ago)
- Language: JavaScript
- Homepage: http://euangoddard.github.io/clipboard2markdown/
- Size: 279 KB
- Stars: 510
- Watchers: 6
- Forks: 137
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - euangoddard/clipboard2markdown - Convert rich-text on your clipbaord to markdown (others)
- jimsghstars - euangoddard/clipboard2markdown - Convert rich-text on your clipbaord to markdown (JavaScript)
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