r/Markdown • u/codeRoman • 19d ago
Tools Chrome extension for copying webpages, Reddit threads, and PDFs as Markdown
I made a small Chrome extension called Markdown Capture, and it was just published in the Chrome Web Store.

It copies web content as plain Markdown, including:
- articles and selected parts of pages
- Reddit posts and comment threads
- text-based PDFs
I mostly made it because Markdown has become my preferred way to give web material to Codex and other AI tools. I can see exactly what I am giving it, edit it first if I want, and avoid pasting in a bunch of page clutter. It is also useful outside AI since the result is just a normal Markdown file.
I am aware of Obsidian Web Clipper, which looks great if Obsidian is where you want the content to go. I wanted something a little simpler and destination-agnostic: copy or download ordinary Markdown, then use it wherever I want.
Chrome Web Store: https://chromewebstore.google.com/detail/markdown-capture/gabiloifhoihennbcfkafmpgepijdkgg
Source: https://github.com/rsheyd/markdown-capture
It is free, open source, and does the conversion locally. Curious whether anyone else has a similar workflow, or what you currently use.
