clipboard2markdown Documentation

repository·master·Indexed 20 days ago

https://github.com/euangoddard/clipboard2markdown

A browser-based utility that converts richly formatted text or HTML from the clipboard into Markdown format using the to-markdown library.

Tokens
231
Snippets
1
Records
2
Agent score
21%

What's inside clipboard2markdown

  1. Use clipboard2markdown to convert HTML to Markdown

    master

    clipboard2markdown allows you to convert richly formatted text or HTML from your clipboard into Markdown using the to-markdown library.

    To use the tool:

    1. Open index.html in a supported web browser.
    2. Copy your source content (rich text or HTML) using Ctrl+C (or ⌘+C on Mac).
    3. The tool converts the content. To copy the resulting Markdown back to your clipboard, press Ctrl+A followed by Ctrl+C (or ⌘+A and ⌘+C on Mac).

    Note: You can perform multiple conversions; each new copy operation overwrites the previous conversion.

    1. Open index.html
    2. Copy source (Ctrl+C / ⌘+C)
    3. Copy result (Ctrl+A -> Ctrl+C / ⌘+A -> ⌘+C)