Skip to main content
Version: Next 🚧

Introduction

confluence-markdown-exporter

Export Confluence pages to Markdown for Obsidian, Gollum, Azure DevOps, Foam, Dendron and any other Markdown-based platform.

Exports individual pages, pages with descendants, or entire Confluence spaces via the Atlassian API into clean Markdown. Skips unchanged pages by default, re-exporting only what has changed since the last run.

What's in these docs

Get started in 60 seconds

1. Install

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

Your Markdown lands in the configured export.output_path (current directory by default).