Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Confluence Weaver

HJHJ14 downloads

Sync Confluence pages to your Vault

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

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


Features

  • CQL Profiles — define multiple Confluence Query Language queries, each targeting a different folder in your Vault
  • Fetch by URL — paste any Confluence page URL to import it instantly, with optional child page collection
  • Incremental sync — only pages whose version has changed are written; unchanged pages are skipped
  • Storage Format → Markdown — converts headings, paragraphs, tables, code blocks, task lists, info panels, and more
  • Image download — saves attached images to _attachments/{pageId}/ and embeds them locally
  • Frontmatter — every page gets confluence_id, confluence_url, title, space, author, created, updated, version, and labels
  • User note protection — content you write below the section marker is preserved across syncs
  • Wiki-links — Confluence internal page links can be converted to Obsidian [[wiki-link]] format (optional)
  • Folder hierarchy — ancestor pages can be mirrored as nested folders
  • Custom field mappings — map any dot-path in the Confluence page JSON to a custom frontmatter key
  • Jira Weaver bridge — replace Confluence URLs in Jira Weaver pages with [[wiki-link]]s automatically
  • Sync log panel — per-profile created / updated / skipped / error counters
  • Auto sync — run on startup and/or on a configurable interval (1–1440 minutes)
  • 4 languages — English, 한국어, 日本語, 简体中文

Installation

Search for Confluence Weaver in Settings → Community plugins → Browse.


Setup

  1. Open Settings → Confluence Weaver
  2. Enter your Confluence domain (e.g. https://acme.atlassian.net/wiki)
  3. Choose Auth mode:
    • Basic auth (Cloud) — enter your email and an API token
    • Bearer token (DC/Server) — enter a Personal Access Token
  4. Click Test connection — a notice confirms success
  5. Add one or more CQL Profiles with a query, target folder, and page limit
  6. Open the command palette and run Sync Pages

CQL examples

space = "DEV" AND ancestor = "Architecture" ORDER BY lastmodified DESC
space = "TEAM" AND label = "weekly-report"
type = "page" AND creator = currentUser() AND lastModified >= startOfMonth()

Fetch by URL

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)

Image download

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.


Section marker

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.


Custom field mappings

In Settings → Advanced → Custom field mappings, enter one mapping per line:

space.key → project
version.number → revision
history.createdBy.displayName → confluence_author

Jira Weaver integration

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.


Frontmatter reference

---
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]]"
---

Commands

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

License

MIT — GS-AX

99%
HealthExcellent
ReviewPassed
About
Sync Confluence pages into your Vault as Markdown, preserving headings, tables, code blocks, task lists, info panels, and attachments while downloading and embedding images locally. Define CQL profiles or paste a Confluence URL to import pages (with optional child collection), run incremental syncs that skip unchanged pages, mirror ancestor pages as folders, include Confluence metadata in frontmatter, and convert internal links to Obsidian [[wiki-links]].
ImportSyncingAttachments
Details
Current version
0.3.5
Last updated
2 days ago
Created
3 days ago
Updates
6 releases
Downloads
14
Compatible with
Obsidian 1.7.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Support
Author
HJHJgs-ax
github.com/GS-AX
GitHubgs-ax
  1. Community
  2. Plugins
  3. Import
  4. Confluence Weaver

Related plugins

Local Images Plus

A reincarnation of Local Images to download images in Markdown notes to local storage.

YAOS

Simple real-time sync powered by your own Cloudflare Worker.

Nexus AI Chat Importer

Import AI chat conversations from ChatGPT, Claude, and Le Chat exports into Obsidian as clean, readable Markdown files.

Social Archiver

Archive social media posts from various platforms.

Media DB

Query multiple APIs for movies, series, anime, games, music releases and wiki articles, and import them into your vault.

Epub Importer

Import EPUB files as Markdown.

Unofficial Supernote by Ratta Integration

View Supernote notes, generate markdown from note and capture screen mirror.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.