
By Yamuno Team
28 Apr 2026
4 min read
Confluence and Obsidian serve different needs. Confluence is where teams collaborate on documentation. Obsidian is where individuals build a personal knowledge base, connect ideas, and think in networks of linked notes.
If you use both, you've probably felt the friction: Confluence content doesn't transfer cleanly to Obsidian. Copy-pasting loses formatting. Downloading HTML is useless. Internal links between pages become broken references.
Markdown Exporter for Confluence solves this with a dedicated Obsidian mode that converts Confluence page links to [[wikilinks]] automatically.
Confluence's built-in export options are HTML and PDF. Neither works with Obsidian:
Even if you extract text, internal links ([See also: Architecture Overview](/wiki/spaces/PROJ/pages/...) become long URLs that Obsidian doesn't recognise as note links. Your knowledge graph breaks.
When you enable Obsidian mode in Markdown Exporter, every internal Confluence page link is converted to [[Page Title]] format:
Before (standard export):
See the [Architecture Overview](https://yoursite.atlassian.net/wiki/spaces/PROJ/pages/123456/Architecture+Overview) for context.
After (Obsidian mode):
See the [[Architecture Overview]] for context.
Obsidian resolves wikilinks by note title, so as long as the referenced page is in your vault, the link works — and shows up in the graph view.
Install Markdown Exporter for Confluence from the Atlassian Marketplace. It requires Confluence Cloud and takes about 30 seconds to install.
Navigate to the Confluence page or space you want to export. Click ••• (More actions) → Export to Markdown. For a full space, open it from the Apps menu in global navigation.
In the export options panel, toggle Obsidian Wikilinks on. This switches internal link output from standard Markdown links to [[Page Title]] format.
Enable YAML front matter to include metadata at the top of each exported note:
---
title: Architecture Overview
author: Jane Smith
date: 2026-04-23
space: PROJ
confluence_id: "123456"
---
This is useful if you use Obsidian plugins like Dataview to query note properties, or if you want to track which Confluence page each note came from.
Choose your scope:
.md fileUse the in-tree search to find specific pages if you only need a subset.
Extract the ZIP into a folder inside your Obsidian vault. Obsidian will immediately index the notes. If you enabled wikilinks mode, the internal links between pages will resolve — and they'll appear in the graph view.
| Content Type | Obsidian Output |
|---|---|
| Headings | #, ##, ### |
| Bold / Italic | **bold**, *italic* |
| Tables | Standard Markdown tables |
| Code blocks | Fenced with language tag |
| Lists | Ordered and unordered |
| Images & attachments | Downloaded, referenced with relative paths |
| Internal page links | [[Page Title]] wikilinks |
| External links | Standard [text](url) |
| Info / warning panels | Blockquotes |
Use a dedicated folder. Keep your Confluence imports in a subfolder like confluence/ so they don't mix with your personal notes. You can still link across folders.
Sync regularly with a script. If your team's Confluence content changes often, set up a regular export and overwrite the vault folder. Links won't break as long as page titles stay the same.
Combine with Dataview. If you include YAML front matter, you can build Dataview queries over your Confluence notes — e.g. all pages in a specific space, or notes modified after a certain date.
Check complex macros. Most Confluence content converts cleanly. Heavily customised layouts or third-party macros may need a quick review after export.
Install Markdown Exporter for Confluence free from the Atlassian Marketplace.
Full documentation is at /docs/markdown-exporter-for-confluence.
Questions? Reach out via our support portal.
Featured App
Export Confluence pages to clean, portable Markdown files in one click
Get product updates and tips straight to your inbox.
No spam, ever.
Confluence storage filling up? Here are five practical ways to audit, clean, and reclaim space — without accidentally deleting something important.
Read moreMarkdown Exporter for Confluence is now live on the Atlassian Marketplace. Export any page, page tree, or entire space to well-structured Markdown files — with YAML front matter, Obsidian wikilinks, custom filename patterns, and live preview.
Read moreConfluence's built-in PDF export is bare-bones. Here's how to export single pages, page trees, or entire spaces to professionally formatted PDFs — with cover pages, headers, footers, and reusable templates.
Read more