markdown-confluence / markdown-confluence

Publish your Markdown Files to Confluence

Home Page:https://markdown-confluence.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folder Notes don't work for the Root Folder to Publish -> Confluence Parent Page

rickdoesdev opened this issue · comments

commented

I am trying to push a folder from obsidian into a page inside a space in confluence.
Confluence Space Root/Obsidian Sync is where I am trying to sync to.

I have created the page in a confluence space.
Name "Obsidian Sync"
I have added the page id for this to the obsidian sync settings as Confluence Parent Page Id
I have created a folder called "Confluence Pages" in obsidian at the root of my vault.
I have created files under this "Confluence Pages" folder. test, test2, Confluence Pages
If I run the sync

  • Upload summary only shows 2 pages changed
  • file test is uploaded
  • file test2 is uploaded
  • the parent page does not get the content of Confluence pages.

I've also tried creating Confluence Pages/README.md. This just uploads README.md into Obsidian Sync folder as README.

I've tried creating a file called Obsidian Sync to match the Confluence root page name.
This results in "Trying to overwrite a page outside the page tree from the selected top page" and breaks the sync and nothing gets uploaded but placeholder files.

I've tried renaming the local folder to match the confuence parent page name, similar results to above. Either nothing happens,

Is it possible to set the content for the confluence top page? As it currently stands, I have to push my content into a page that has no description so other people in my org have no idea what this blank page is for. I would have to go manually edit things like ToC and purpose of the page via confluence instead.

FWIW subfolder foldernotes all work as expected.
Confluence Pages/Stuff/Stuff.md gets pushed to Obsidian Sync/Stuff with the correct data. It's just the Confluence Pages -> Obsidian Sync root page I can't work out.

Thanks!!