qawatake / obsidian-binary-file-manager-plugin

An Obsidian plugin to manage binary files
MIT License
63 stars 11 forks source link

is there a way to detect changes in the filename? #15

Closed utof closed 3 months ago

utof commented 3 months ago

i have image.jpg and the metadata file is INFO_image.md i rename image.jpg to photo.jpg im expecting INFO_image.md to be renamed to INFO_photo.md and vice-versa

is there a way to do that? if not within the plugin, then as a script or something! im just want to autorename files based on GPT-vision and want it to be able to reflect in the metadata file to not create any mess.

utof commented 3 months ago

now that i think about it, i never search exactly for the image, the way i find the image is via the metadata or where it's used, so as long as i always link to the metadata file, and not the actual file, i'll be fine. image image This is satisfactory for me thank you everyone :)