QH Markdown Exporter

QH Markdown Exporter

Details
View on WordPress

QH Markdown Exporter lets you export any combination of post types and statuses as Markdown files — perfectly formatted for Obsidian and other Markdown-based note-taking apps.

Key features:

  • YAML frontmatter — title, source URL, author, published date, description, tags, and full hierarchical categories
  • Clean content — strips sidebars, widgets, navigation, related-posts blocks, social-share plugins, and other injected noise
  • GFM tables — converts HTML tables to GitHub-Flavored Markdown pipe tables
  • Bulk export — export your entire site at once or filter by post type, status, and date range
  • Large-site support — chunked AJAX export with live progress bar handles sites with thousands of posts
  • No dependencies — pure PHP with no external libraries required

Output format:

Each post becomes a .md file named YYYY-MM-DD_Post Title.md containing:

`

title: “Post Title”
source: “https://yoursite.com/post-slug/”
author:
– “[[Author Name]]”
published: 2024-01-15
created: 2024-06-01
description: “Post excerpt or auto-generated summary…”
tags:
– tag-name
categories:

– “Parent > Child”

Post Title

Post body in Markdown…
`

All files are bundled into a single ZIP archive named {sitename}_md_export_YYYY-MM-DD.zip.

Details

Plugin code:
qh-markdown-exporter
Plugin version:
1.4.0
Outdated:
No
WP version:
5.8 or higher
PHP version:
7.4 or higher
Test up to WP version:
6.9.4
Total installations:
0
Last updated:
2026-04-27
Rating:
Times rated:
0
backup
export
markdown
obsidian
posts