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

Cannot read properties of undefined (reading type)

gillespieza opened this issue · comments

I followed the installation instructions, but when I click the icon to Publish, I get Error: Cannot read properties of undefined (reading 'type')

There is no additional information in the Console. I'm on Windows 11, Obsidian 1.3.5

I have this same issue. No logging either.

Another data point: This was working for me until just today. I thought it was caused by the 1.3.7 obsidian update but I've since downgraded and the problem still persists.

Ok. I will dig into that this weekend. Sorry I have just upgraded to 1.4.2 (Installer 1.3.5).

Can you please confirm the version and installer that broke it if you know.

Oh, shoot. Sorry forgot to reply. It turns out it wasn't an update that caused this issue. It was with trying to indent images.

Ahh interesting. Do you have an example of the markdown to trigger this?

Sorry for the late reply, I made the mistake of submitting this using my work GitHub, just kept on putting off this thread since I generally don't use my work email during my personal time!

<tab> [[!image.png]]

Also, this might be out of scope for this specific issue, but I've also had trouble updating images right after a bullet point (and under certain headers). This markdown should repro this:

- something
![[image.png]]
### Header3
![[image.png]]

Note: for the header, I've found that one way to workaround it is to add another smaller header below the image

I now have this issue also. I just updated to 5.5.2

image

How would I see a console log? A troubleshooting.md diagnostics guide would be useful.

Thanks,
Martin