trganda / obsidian-attachment-management

Attachment Management of Obsidian
MIT License
183 stars 12 forks source link

macOS: if note is renamed changing only capitalization/case, then subsequent image pastes are failing #132

Open luckman212 opened 4 months ago

luckman212 commented 4 months ago

Test environment

Reproduce steps

  1. create new note, title=foo test (make sure to use all lower case)
  2. paste an image to that note
  3. now, rename the note to Foo Test (only changing case foo testFoo Test)
  4. paste another image

It will fail, with a similar message in the console:

image

If you then rename the note to Foo Test 2, all images will be renamed successfully.

trganda commented 4 months ago

Fixed in latest version, upgrade it and try again.

luckman212 commented 4 months ago

Yes! Thank you 🙏 🙏 ! New version is working well.