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 Publisher

grhawkgrhawk67 downloads

Sync the active note to Confluence using the REST API.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates9

Sync the active note from Obsidian to Confluence using the REST API. The plugin converts Obsidian-flavored Markdown to HTML (Confluence storage format) and updates or creates pages in your target space.

Features

  • Convert Markdown to Confluence storage HTML.
  • Update existing pages by frontmatter page ID or by title lookup.
  • Create new pages under an optional parent page.
  • Store Confluence page ID back into frontmatter.

Setup

  1. Install dependencies: npm install
  2. Build the plugin: npm run build
  3. Copy main.js, manifest.json, and styles.css to your vault plugin folder (e.g. .obsidian/plugins/confluence-publisher/).
  4. Enable the plugin in Obsidian.
  5. Configure settings: base URL, space key, auth email, and API token.

Usage

  • Run the command: Sync active note to Confluence.
  • The plugin will look for a frontmatter field (default confluence-page-id) to update an existing page.
  • If no page ID is found, it searches by title in the configured space and updates the first match.
  • Otherwise, it creates a new page and stores the page id in frontmatter. You can override the parent page per note using frontmatter (default key confluence-parent-page-id).

Syncing a Page

  1. Open the note you want to sync.
  2. Open the Command Palette and run Sync active note to Confluence.
  3. On success, the plugin writes the Confluence page ID back to frontmatter.

Getting Confluence Details

Space key

  • From URL: https://your-domain.atlassian.net/wiki/spaces/ENG/overview -> space key is ENG.
  • From Space settings: Overview/Details lists the space key.

API token (Confluence Cloud)

  1. Visit https://id.atlassian.com/manage-profile/security/api-tokens.
  2. Click "Create API token", name it, and copy the token.
  3. Use your Atlassian account email + this token in the plugin settings.

Parent page ID

  • From URL: .../wiki/spaces/SPACE/pages/123456789/Page+Title -> page ID is 123456789.
  • From API: GET .../wiki/rest/api/content?title=Page%20Title&spaceKey=SPACE and read results[0].id.

Notes

  • Wiki links are converted to Confluence URLs when possible (via frontmatter page ID or title match). Unresolved wiki links are left as [[...]].
  • Non-image embeds (![[file]]) are converted to plain text markers; attachments other than images are not uploaded yet.
  • Image embeds (![[image.png]]) and Markdown image links to local files are uploaded as Confluence attachments and embedded in the page.
  • Confluence base URL should include /wiki for Confluence Cloud (e.g. https://your-domain.atlassian.net/wiki).

Troubleshooting

  • 404 errors usually mean the base URL is wrong or the page ID/space key is invalid. The base URL should be the site root (include /wiki for Cloud) and must not include /rest/api.
  • If you set confluence-page-id, make sure the page exists and you have access; otherwise remove it to force create.

Community Plugin Release Checklist

  1. Update manifest.json version and package.json version to match the release tag (e.g. 0.1.1).
  2. Run npm run build and verify main.js is generated.
  3. Create a GitHub release tagged vX.Y.Z and upload main.js, manifest.json, and styles.css as assets.
  4. Submit a PR to obsidianmd/obsidian-releases updating community-plugins.json with this plugin entry.

License

MIT

81%
HealthExcellent
ReviewCaution
About
Sync the active Obsidian note to Confluence using the REST API. Convert Obsidian Markdown to Confluence storage HTML, update pages by frontmatter page ID or title lookup, or create new pages under an optional parent and write the Confluence page ID back to frontmatter.
IntegrationsPublishingProperties
Details
Current version
0.1.8
Last updated
4 months ago
Created
4 months ago
Updates
9 releases
Downloads
67
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
grhawkgrhawk
github.com/grhawk
GitHubgrhawk
  1. Community
  2. Plugins
  3. Integrations
  4. Confluence Publisher

Related plugins

GitHub

Share as Gist

Share a note as a GitHub.com Gist.

Permalink Opener

Open URLs based on a permalink or slug in the note properties. Useful with static site generators such as Jekyll, Hugo, Eleventy, etc.

Quartz Syncer

Manage and publish your notes to Quartz, the fast, batteries-included static-site generator.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

BRAT

Easily install a beta version of a plugin for testing.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

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.