Ildar Kamalov86 downloadsCopy Markdown as Jira Wiki Markup or Confluence rich text
Copy Markdown from Obsidian as Atlassian-friendly markup.
This plugin converts the current selection — or the whole active note when nothing is selected — and writes the converted result to your clipboard.
The plugin works offline. It does not send your notes to Jira, Confluence, or any third-party service.
Open the command palette and run one of these commands:
Jira Confluence Converter: Copy selection/note as Jira Wiki MarkupJira Confluence Converter: Copy selection/note for Confluence# through ######This is a pragmatic Markdown converter, not a full CommonMark or HTML renderer. Complex embedded HTML, callouts, footnotes, math, Dataview blocks, and Obsidian-specific transclusions are converted best-effort or kept as plain text.
YAML frontmatter at the beginning of a note is omitted from exported content. Task list states are represented with ☐ and ☑ so they remain readable after pasting into Jira or Confluence.
The settings tab lets you:
Once the plugin is accepted into the community plugin directory:
Settings → Community plugins.Jira Confluence Converter.Download main.js, manifest.json, and styles.css from the latest release.
Copy them into this folder inside your vault:
.obsidian/plugins/jira-confluence-converter/
Reload Obsidian.
Enable Jira Confluence Converter in Settings → Community plugins.
All conversion happens locally inside Obsidian. The plugin does not make network requests and does not collect telemetry.
The plugin writes converted text to the system clipboard when you run a copy command. For Confluence, it writes both rich HTML and a plain Markdown fallback so you can paste formatted content directly into the editor. It does not read from the clipboard.
MIT