JYC333 / obsidian-attachment-name-formatting

Obsidian plugin that automatically rename attachment files' name
MIT License
47 stars 7 forks source link

keep the original file name / add to new filename #37

Closed huwasm closed 3 months ago

huwasm commented 10 months ago
JYC333 commented 3 months ago

Thanks for using this plugin and sorry for the inconvenience. Didn't have time work with this project for a while.

Add original file name will introduce errors randomly in current implementation, because the plugin will parse the attachment name to know whether an attachment is renamed by this plugin already. If original file name contains character that same as connector configed in the plugin, it won't work correctly. No plans to change the implementation, sorry for the inconvenience.