dy-sh / obsidian-unique-attachments

Obsidian plugin. Renames attachments, making their names unique.
MIT License
46 stars 5 forks source link

Extension match is case sensitive #13

Open royvanderwoning opened 2 years ago

royvanderwoning commented 2 years ago

When running this plugin on a Mac, I found that files with upper case extensions were not matched against the lower case values specified in the configuration.

Also, consider adding "jpeg" to the default set of extensions – currently, only "jpg" (without an 'e') is included.