trganda / obsidian-attachment-management

Attachment Management of Obsidian
MIT License
142 stars 8 forks source link

Renaming note creates folder structure with new folder instead of renaming the old one #89

Closed iLexxG closed 5 months ago

iLexxG commented 6 months ago

Hi! I have the latest versions of Obsidian (1.5.3) and Attachment Management (0.9.1). Attachment path in plugin is set by default (i've also tried to changing it):

${notepath}/${notename}

I've made test note - Note1 with some random attachment and it work as expected: image Then I'm trying to rename Note1 => Note2 and expecting that attachment folder Note1 will become Note2 with that .png file. But instead I get an empty Note1 folder and Note2 folder with attachment: image Seems like misunderstood something or misconfig? Thanks!

trganda commented 5 months ago

Fixed in latest version, the old folder will be remove if it's empty.

iLexxG commented 5 months ago

Fixed, thx a lot