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 Reader

keonyruskeonyrus94 downloads

Read-only sync of Confluence Server pages into your vault as Markdown.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Read-only sync of Confluence Server pages into your Obsidian vault as Markdown.

Features

  • Pull single page — by URL, page ID, or title
  • Pull page tree — recursively pull a page and all its children
  • Re-pull — update previously synced pages when Confluence content changes
  • Confluence → Markdown conversion with support for:
    • Code blocks (with language)
    • Info/Warning/Note/Tip macros → Obsidian callouts (> [!info])
    • Page links → [[wikilinks]]
    • Images and attachments
    • Expand macros → <details> blocks
    • Table of Contents → [TOC]
    • Status badges, panels, emoticons
  • Version tracking — skips pages that haven't changed
  • Frontmatter mapping — each synced file has confluence-* YAML fields
  • Attachment download (optional)

Setup

  1. Install the plugin (BRAT or manual)
  2. Go to Settings → Confluence Reader
  3. Enter your Confluence Base URL (e.g., https://confluence.example.com)
  4. Enter your Personal Access Token (PAT)
  5. Click Test Connection
  6. Set the sync folder (default: confluence-pages)

SSL

For self-signed certificates, enable Skip SSL verification in settings (requires Obsidian restart).

Commands

Command Description
Confluence: Pull page Pull a single page by URL/ID/title
Confluence: Pull page tree Recursively pull page and all children
Confluence: Re-pull current file Update the current file from Confluence
Confluence: Re-pull all synced files Update all previously synced files
Confluence: Browse spaces List available Confluence spaces

A ribbon icon (cloud download) opens the Pull page modal.

Frontmatter

Each synced file gets YAML frontmatter:

---
confluence-id: "12345678"
confluence-space: "MYSPACE"
confluence-version: 5
confluence-title: "Page Title"
confluence-url: "https://confluence.example.com/pages/viewpage.action?pageId=12345678"
confluence-last-pull: "2026-03-02T10:00:00.000Z"
confluence-author: "John Doe"
---

File Structure

Pages with children create a folder hierarchy:

sync-folder/
  Root Page/
    Root Page.md
    Child A.md
    Child B/
      Child B.md
      Grandchild.md

Development

npm install
npm run dev      # watch mode
npm run build    # production build
npm run typecheck # TypeScript check

Compatibility

  • Confluence Server / Data Center (REST API v1)
  • Authentication: Personal Access Token (Bearer)
  • Obsidian 1.5.0+, desktop only

License

MIT

91%
HealthExcellent
ReviewSatisfactory
About
Sync Confluence Server pages into your vault as read-only Markdown, preserving page hierarchy, attachments, and optional downloads. Convert Confluence content to Obsidian-friendly formats—callouts, code blocks, wikilinks, TOC, expanded macros—and embed Confluence metadata and version tracking in frontmatter.
ImportIntegrationsAttachments
Details
Current version
0.1.0
Last updated
3 months ago
Created
3 months ago
Updates
1 release
Downloads
94
Compatible with
Obsidian 1.5.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
keonyruskeonyrus
github.com/KeonyRus
GitHubkeonyrus
  1. Community
  2. Plugins
  3. Import
  4. Confluence Reader

Related plugins

Zotero Integration

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

Readwise Official

Sync highlights from Readwise to your vault.

ZotLit

Integrate with Zotero, create literature notes, and insert citations from a Zotero library.

Local Images Plus

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

Image auto upload

Upload images from your clipboard by PicGo.

Nexus AI Chat Importer

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

Telegram Sync

Transfer messages and files from Telegram to Obsidian.

Snipd Official

Sync Snipd podcast highlights to your vault with transcript, notes, AI summaries and metadata.

Media DB

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

Imgur

Upload images from your clipboard to imgur.com and embeds uploaded image to your note.