Skip to content

Add Clipboard HTML → Markdown tool#111

Merged
rodrigogiraoserrao merged 2 commits intomainfrom
codex/add-clipboard-based-html-to-markdown-tool
Jan 15, 2026
Merged

Add Clipboard HTML → Markdown tool#111
rodrigogiraoserrao merged 2 commits intomainfrom
codex/add-clipboard-based-html-to-markdown-tool

Conversation

@rodrigogiraoserrao
Copy link
Copy Markdown

Motivation

  • Provide a simple standalone tool that lets users paste rich HTML from the clipboard and get equivalent Markdown, with one-click paste and copy actions.

Description

  • Add html-to-markdown-clipboard.html, a self-contained UI that uses the turndown CDN to convert HTML to Markdown and exposes Paste from clipboard and Copy Markdown buttons that use navigator.clipboard.read and navigator.clipboard.writeText respectively.
  • Add html-to-markdown-clipboard.docs.md with a short description for the new tool.

Testing

  • Started a static server with python -m http.server and served the new HTML file successfully.
  • Attempted an automated Playwright script to fill the input and take a screenshot, but the Playwright run timed out / failed to interact with the page; no pytest tests were executed.

Codex Task

@rodrigogiraoserrao rodrigogiraoserrao merged commit 3446272 into main Jan 15, 2026
@rodrigogiraoserrao rodrigogiraoserrao deleted the codex/add-clipboard-based-html-to-markdown-tool branch January 15, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant