Obsidian notes and Confluence

Obsidian notes is a freemium versatile notes application for macOS, Windows and Linux.

It’s possible to extend it with plugins, which use the Confluence Cloud API.

This way, it’s possible to publish entire folders of notes to a parent page within a Confluence space.

 

Install and patch the community plugin via the plugin manager

 

https://obsidian-confluence.com/

Patch two lines of source code:

 

  1. copy ||W_e.isDesktopCapturerEnabled() and replace with nothing (make sure the constraint logic remains valid)

  2. copy ||W_e.isViewApiEnabled() and replace with nothing

  3. get an API key for the user

  4. create a page, and copy the number from the URL string

    1. optional: set the permissions of the page

 

It also uploads embedded image content.