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
Â
Patch two lines of source code:
Â
copy
||W_e.isDesktopCapturerEnabled()
and replace with nothing (make sure the constraint logic remains valid)copy
||W_e.isViewApiEnabled()
and replace with nothingget an API key for the user
create a page, and copy the number from the URL string
optional: set the permissions of the page
Â
It also uploads embedded image content.