A powerful Obsidian plugin that enables seamless conversion and interaction between Obsidian Markdown and Confluence Wiki Markup.
![[image.png]]{your-vault}/.obsidian/plugins/obsidian-confluence-toolkit/If you prefer the traditional Wiki Markup format:
Configure a custom keyboard shortcut for quick conversion:
Access plugin settings via Settings > Confluence Converter:
The plugin includes a comprehensive test suite using Jest and TypeScript.
# Install dependencies
npm install
# Run all tests
npm test
# Run tests in watch mode
npm run test:watch
# Generate coverage report
npm run test:coverage
tests/confluenceRender.test.ts): Test Wiki Markup conversion functionstests/confluenceStorageRender.test.ts): Test XHTML/Storage Format conversiontests/integration.test.ts): Test full document conversion using sample filestest-samples/): Comprehensive Markdown and Confluence markup examplesSee tests/README.md for detailed testing documentation.
Contributions to this plugin are welcome. To contribute:
git clone https://github.com/your-username/obsidian-confluence-toolkit.gitnpm installThis plugin includes code adapted from markdown-to-confluence-vscode and updated to be compatible with marked version 15.0.4.
This project is licensed under the MIT License. See the LICENSE file for details.