dy-sh / obsidian-unique-attachments

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

`Rename all attachments` does nothing #8

Open mnaoumov opened 2 years ago

mnaoumov commented 2 years ago

Rename only active attachments works. Obsidian Developer Console shows no errors. How can I troubleshoot the issue?

mnaoumov commented 2 years ago

I found how to debug TypeScript and it seems to me that it stuck in https://github.com/derwish-pro/obsidian-unique-attachments/blob/5456df60f932996bfd340f44ab132e407f1e19ce/src/links-handler.ts#L318 as I have about 60k markdown files, it parses them all without any visible UI action

dy-sh commented 2 years ago

Similar issue as in consistent-attachments-and-links plugin.