Parent
#26 — H0 — Markdown Import/Export (full round-trip)
What to build
A single page downloads as a clean .md file — YAML frontmatter (title, properties, tags) plus the GFM body serialized by the round-trip engine — reachable from the editor's Export menu. Alongside it, the PRO plan gate on ALL exports is removed: markdown, DOCX, and PDF become free on every tier (no upgrade modal, no PRO badge).
Acceptance criteria
Blocked by
Parent
#26 — H0 — Markdown Import/Export (full round-trip)
What to build
A single page downloads as a clean
.mdfile — YAML frontmatter (title,properties, tags) plus the GFM body serialized by the round-trip engine — reachable from the editor's Export menu. Alongside it, the PRO plan gate on ALL exports is removed: markdown, DOCX, and PDF become free on every tier (no upgrade modal, no PRO badge).Acceptance criteria
Download as Markdown (.md); the file downloads as<slugified-title>.md.title, pageproperties, andtags(frompage_tags, falling back toproperties.tags), followed by the serialized body.npm run lintandnpm run buildgreen.Blocked by