Sync Confluence pages into your Obsidian Vault as Markdown files.
Works with both Confluence Cloud (Basic auth) and Confluence Data Center / Server (Bearer token).
한국어 README: README.ko.md
_attachments/{pageId}/ and embeds them locallyconfluence_id, confluence_url, title, space, author, created, updated, version, and labels[[wiki-link]] format (optional)[[wiki-link]]s automaticallySearch for Confluence Weaver in Settings → Community plugins → Browse.
https://acme.atlassian.net/wiki)space = "DEV" AND ancestor = "Architecture" ORDER BY lastmodified DESC
space = "TEAM" AND label = "weekly-report"
type = "page" AND creator = currentUser() AND lastModified >= startOfMonth()
Run Fetch Page by URL from the command palette and paste a Confluence page URL to import it immediately — no CQL profile needed.
Supported URL formats:
https://acme.atlassian.net/wiki/spaces/DEV/pages/123456/Page-Title
https://acme.atlassian.net/wiki/spaces/DEV/pages/123456
https://confluence.internal/pages/viewpage.action?pageId=123456
https://confluence.internal/display/DEV/Page+Title
| Option | Description |
|---|---|
| Include child pages | Also fetch direct children of the page |
| Include all descendants | Recursively collect the entire subtree |
| Max pages | Safety cap for recursive fetches (default 100) |
Enable Settings → Sync Settings → Download images to automatically save attached images to your Vault during sync.
Confluence/
123456_architecture-overview.md ← ![[Confluence/_attachments/123456/diagram.png]]
_attachments/
123456/
diagram.png
flow-chart.svg
Images are available offline and render directly in Obsidian without any Confluence connection.
Each synced file ends with:
[confluence-weaver section end]
Text you write after this line is preserved on every re-sync. Write personal notes, backlinks, or tags there.
In Settings → Advanced → Custom field mappings, enter one mapping per line:
space.key → project
version.number → revision
history.createdBy.displayName → confluence_author
If you also use Jira Weaver, run the command Link Confluence Pages in Jira Notes after syncing. It scans all Jira Weaver files and replaces bare Confluence URLs with [[wiki-link]]s pointing to the synced Confluence pages.
---
confluence_id: "123456"
confluence_url: "https://acme.atlassian.net/wiki/spaces/DEV/pages/123456"
title: "Architecture Overview"
space: "DEV"
space_name: "Development"
author: "Alice"
created: "2025-01-15"
updated: "2025-04-01"
version: 3
labels:
- architecture
- backend
parent: "[[123400_engineering-hub]]"
---
| Command | Description |
|---|---|
| Sync Pages | Incremental sync for all enabled profiles |
| Force Sync Pages (Overwrite All) | Re-download and overwrite every page |
| Fetch Page by URL | Import a page (and optionally its children) by URL |
| Open Sync Log | Open the sync statistics panel |
| Link Confluence Pages in Jira Notes | Replace Confluence URLs with wiki-links in Jira Weaver files |
MIT — GS-AX