Skip to content

Obsidian Notes not Resolving Image Paths #462

Description

@rrpolanco

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: ![](ProjectA/attachments/imageA1.png), 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 ![](/ProjectA/attachments/imageA1.png) Zennotes render it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions