https://github.com/jimbrig/clip2mark
Easily convert richly formatted text or HTML to Markdown.
https://github.com/jimbrig/clip2mark
html javascript markdown
Last synced: about 2 months ago
JSON representation
Easily convert richly formatted text or HTML to Markdown.
- Host: GitHub
- URL: https://github.com/jimbrig/clip2mark
- Owner: jimbrig
- Created: 2021-12-02T02:47:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T02:17:46.000Z (over 2 years ago)
- Last Synced: 2025-01-13T00:32:40.158Z (3 months ago)
- Topics: html, javascript, markdown
- Language: JavaScript
- Homepage: https://clip2mark.jimbrig.com
- Size: 389 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jimbrig/clip2mark - Easily convert richly formatted text or HTML to Markdown. (JavaScript)
README
# clip2mark Website
*Easily convert richly formatted text or HTML to [Markdown](http://daringfireball.net/projects/markdown/syntax)*.
## Demo
## Purpose
This demo site demonstrates the use of javascript to intake contents from the clipboard (text, rich text, or HTML) and
return as markdown.## Usage
Simply launch the site (or open [index.html](index.html) locally) and paste some content into the browser.
You can paste multiple times, however this will overwrite the previous conversion.
## Roadmap
I am currently attempting to implement an express backend API endpoint in the [feature/api branch](https://github.com/jimbrig/clip2mark/tree/feature/api); still under development.
See the [develop -> main pull request](https://github.com/jimbrig/clip2mark/pull/1) for progress.
## Tested browsers
- Chrome 33 (Linux and OS X)
- Firefox 27 (Linux)
- Safari 5 (OS X)
- Internet Explorer 11 (Windows)Credits: The conversion is carried out by [to-markdown](https://github.com/domchristie/to-markdown), a Markdown converter running in the browser.
***
Jimmy Briggs | 2021
***