I think there is a broader issue with how the app resolves attachment paths. I imported my Obsidian vault into Zennotes and the linked images in my notes no longer render. Below is a generic layout of my vault:
.obsidian
.zennotes
├── ProjectA
│ ├── attachments
│ │ └── 'imageA1.png'
│ ├── 'fileA1.md'
│ ├── 'fileA2.md'
│ ├── 'fileA3.md'
├── archive
├── assets
│ └── image.png
├── attachments
│ ├── 'CleanShot 2026-06-10 at 10.43.50@2x.png'
│ ├── 'Pasted image 20260610101407.png'
│ ├── 'Pasted image 20260610101411.png'
│ ├── 'Pasted image 20260610103721.png'
│ └── 'Pasted image 20260610103734.png'
├── Daily
│ └── '2026-07-23.md'
If I open ./ProjectA/fileA1.md and that file contains the following image link: , the image does not render. However, the same file renders the image just fine in Obsidian. Interesting observation - if I change the link to use an invalid relative path such as  Zennotes render it.
I think there is a broader issue with how the app resolves attachment paths. I imported my Obsidian vault into Zennotes and the linked images in my notes no longer render. Below is a generic layout of my vault:
If I open
./ProjectA/fileA1.mdand that file contains the following image link:, the image does not render. However, the same file renders the image just fine in Obsidian. Interesting observation - if I change the link to use an invalid relative path such asZennotes render it.