husjon / obsidian-file-cleaner-redux

A plugin for Obsidian to help clean up files in your vault
MIT License
28 stars 2 forks source link

[Feature Request] Attachment extensions #28

Closed chenmaoran closed 9 months ago

chenmaoran commented 9 months ago

If "Attachment extensions" is empty, then all attachments with extensions other than .md should be processed.

husjon commented 9 months ago

I don't think this would be the best way of handling that since it would make it so that if someone wants to only clean up markdown files there would be no real way of doing that.

Instead, I'll add support for the .* wildcard in Attachment extensions, this will make it so that it will target all attachments if one wants that.