Skip to content

Copy as Markdown

Copy web content as Markdown.
Demo
Readme

Copy as Markdown

Copy web page content as Markdown source code. Also works on plain text and RTF content.

Options

  • Heading Style: Choose between ATX-style headings (# Heading) and Setext-style headings (Heading\n=======).
  • Bullet List Marker: Choose between *, -, and + for bullet lists.
  • <em> Delimiter: Choose between * and _ for <em> elements.
  • <strong> Delimiter: Choose between ** and __ for <strong> elements.
  • Link Style: Choose between inlined links ([text](url)) and reference links ([text][id]).

About

This is an extension for PopClip.

Author

Nick Moore

Requirements

Requires PopClip 2023.7.

Notes

The original extension used html2text by Aaron Swartz.

The updated JavaScript extension uses Turndown.

Hat-tip to Brett Terpstra whose Web Markdownifier extension inspired this one.

Changelog

13 May 2024

3 Feb 2022

  • Rewritten in JavaScript & Turndown.

7 Dec 2016

  • Initial release (Python & html2text)
Info
Previous Versons