OPML to Markdown Converter - Mind Map Export Tool
Convert OPML outlines to Markdown format. Transform Workflowy, OmniOutliner, and mind-map exports to documentation. Browser-based, no uploads.
Note: First conversion initializes Pandoc WebAssembly (~55MB). Subsequent conversions are instant.
Enter OPML to see preview
OPML Structure Reference
| OPML Element | Description | Markdown Output |
|---|---|---|
<outline text="Title"> | Top-level outline item | Heading or list item |
<outline text="Child"> | Nested under parent | Sub-heading or nested list |
text attribute | Main content of outline node | Text content |
type attribute | Node type (link, rss, etc.) | Preserved in output |
xmlUrl attribute | RSS feed URL (for readers) | Converted to Markdown link |
htmlUrl attribute | Website URL | Converted to Markdown link |
Nested <outline> | Hierarchical structure | Indented lists or heading levels |
<head> metadata | Title, date, owner info | Front matter (if applicable) |
Common OPML Sources
- Workflowy: Settings → Export → Download OPML
- OmniOutliner: File → Export → OPML format
- Dynalist: Document menu → Export → OPML
- MindNode: File → Export → OPML
- RSS Readers: Subscription management → Export OPML
- Notion: Export page → Markdown & CSV (contains OPML for nested pages)
Copied to clipboard