Skip to content

Projects

AI Markdown Formatter

A Chrome extension that formats the content of the page you're viewing into clean Markdown, so it's ready to paste straight into ChatGPT, Claude, or Perplexity.

Overview

Copying a webpage into an LLM console usually means pasting messy HTML-derived text โ€” broken headings, stray links, mangled tables. AI Markdown Formatter fixes that: it converts the currently viewed page into clean, well-structured Markdown with a single click, so it drops into ChatGPT, Claude, or Perplexity looking exactly the way you'd want to read it.

Key Features

  • One-Click Conversion: Formats the current page into Markdown instantly.
  • LLM-Ready Output: Structured for pasting directly into ChatGPT, Claude, or Perplexity prompts.
  • Preserves Structure: Keeps headings, lists, links, code blocks, and tables intact.
  • Copy to Clipboard: Instantly copies the formatted Markdown so you can paste it right away.
  • Works Anywhere: Runs on any webpage โ€” no site-specific configuration needed.
"Less copy-paste cleanup, more time actually working with the LLM."

Tech Stack

  • Core Technologies: Chrome Extension (Manifest V3), TypeScript
  • Conversion: DOM parsing and HTML-to-Markdown conversion in the content script
  • Clipboard: Clipboard API for one-click copy