Skip to content

Releases: topk36/obsidian-jira-confluence-converter

0.2.2

Choose a tag to compare

@topk36 topk36 released this 10 Aug 17:28

0.2.2

  • Fix nested inline formatting in Jira Wiki Markup that could cause field values to be lost during conversion.
  • Preserve nested inline code and field identifiers in Confluence HTML output.
  • Add regression coverage for formatted tables and inline code.

0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 12:36
Release 0.2.1

0.2.0

Choose a tag to compare

@topk36 topk36 released this 11 Jul 12:09

0.2.0

  • Replace Confluence Storage XHTML clipboard output with rich HTML that can be pasted directly into the Confluence editor.
  • Add both text/html and text/plain clipboard representations for Confluence copies.
  • Replace Confluence storage macros with standard HTML elements for code blocks and images.
  • Remove the combined Jira and Confluence output option and command.
  • Migrate previously saved both ribbon settings back to the default Jira action.
  • Render valid nested list HTML for Confluence.
  • Convert Markdown task lists to portable and markers.
  • Convert Markdown strikethrough to Jira and Confluence equivalents.
  • Omit YAML frontmatter from exported content by default.
  • Convert Obsidian wikilinks to their display text.
  • Move converter coverage to fixture-based tests.

0.1.1

Choose a tag to compare

@topk36 topk36 released this 10 Jul 21:35

0.1.1

  • Fix Obsidian community plugin review issues.
  • Remove generated main.js from source control; it is now intended to be attached as a GitHub Release asset.
  • Update settings UI to follow Obsidian Setting API guidelines.
  • Harden saved settings parsing to avoid unsafe assignments from persisted plugin data.
  • Remove unnecessary string escapes in Confluence Storage XHTML conversion output.
  • Add release workflow support for attaching main.js, manifest.json, and styles.css to the matching GitHub Release.

0.1.0

Choose a tag to compare

@topk36 topk36 released this 10 Jul 07:51

Jira Confluence Converter 0.1.0

Initial public release.

This release adds an offline Obsidian plugin for copying Markdown notes or selections as Atlassian-friendly markup.

Features

  • Copy the current selection, or the whole active note when nothing is selected.
  • Convert Markdown to Jira Wiki Markup.
  • Convert Markdown to Confluence Storage XHTML.
  • Copy both Jira and Confluence formats in one bundle.
  • Optional ribbon icon with configurable default action.
  • Works on desktop and mobile Obsidian.
  • Fully local conversion: no network requests, no telemetry, and no note content leaves Obsidian.

Supported Markdown

  • Headings # through ######
  • Paragraphs and line breaks
  • Bold, italic, inline code
  • Links and images
  • Bullet and numbered lists, including indentation-based nesting
  • Blockquotes
  • Fenced code blocks with language hints
  • Simple pipe tables
  • Horizontal rules

Release assets

For manual installation, download these files from the release and copy them into:

.obsidian/plugins/jira-confluence-converter/

Required files:

  • main.js
  • manifest.json
  • styles.css

Then reload Obsidian and enable Jira Confluence Converter in Community plugins.

Notes

This is a pragmatic converter, not a full CommonMark or HTML renderer. Complex embedded HTML, callouts, footnotes, math, Dataview blocks, and Obsidian-specific transclusions are handled best-effort or kept as plain text.