Skip to main content

Export Confluence pages to Markdown for Obsidian, Gollum, Azure DevOps, Foam, Dendron and more.

Get going in 60 seconds

Install, authenticate, export. That's the whole flow.

1. Install

# Installs an isolated, self-updating CLI via uv.
curl -LsSf uvx.sh/confluence-markdown-exporter/install.sh | sh

2. Authenticate

cme config edit auth.confluence

3. Export

# A page, a subtree, an entire space, or every space of an org:
cme pages https://example.atlassian.net/wiki/spaces/SPACE/pages/123/Title
cme spaces https://example.atlassian.net/wiki/spaces/SPACE
cme orgs https://example.atlassian.net

Detailed setup and per-target presets in the installation docs.