trganda / obsidian-attachment-management

Attachment Management of Obsidian
MIT License
143 stars 8 forks source link

Local html files #52

Open joellti opened 10 months ago

joellti commented 10 months ago

It appears the local html files are not being moved per configured rules along with other file types. Can you please add the support to it as well? Thanks.

trganda commented 10 months ago

Hi @joellti , upgrade to 0.7.8 first. If you wan to auto rename and move the html file, you should enable the Hanedle all attachments and set Exclude extension pattern as needed.

joellti commented 10 months ago

Thanks for the quick response. I upgraded to 0.7.8 and did a few new tests. It was able to move html file now but only if the file name doesn't contain character %. For example, I can successfully move file 99done.html but not 99%done.html. I thought % is a legal character to be used in file name so I hope you can address this accordingly. Thanks again.

trganda commented 10 months ago

Tks for report this, I will take a look