oleeskild / obsidian-digital-garden

MIT License
1.43k stars 129 forks source link

[BUG] Images missing/filtered out inside of tables with escaped | symbol #651

Open Zombiefleischer opened 3 weeks ago

Zombiefleischer commented 3 weeks ago

I added multiple images into a not published note and published it. After publishing only one image path got recognized and changed, every other path is still the ![[image.png]] and the images are missing in the src/site/img folder. I manually added the images there and changed the file in the repository, but the plugin wants to change them back: image image

It also wants to delete every image I uploaded "since they are not part of a note" image

I had this issue before and worked around it, by adding pictures one by one and publishing in between, but this time I bulk-added these pictures, and they are too much to do this approach again.

Zombiefleischer commented 3 weeks ago

Okay I need to update my BUG report, the images aren't recognized, if they are inside a table and have a |<size> since the pipe will be escaped \|<size> and the plugin can't find the file anymore: image