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

Add support for cleaning up files with only specific frontmatter properties #16

Closed husjon closed 10 months ago

husjon commented 10 months ago

Assuming one uses the Update Time on Edit plugin, this can every now and then leave some dangling files with only the following frontmatter and no content.

---
created: 2023-10-19T01:23:45+00:00
updated: 2023-10-19T01:23:45+00:00
---

Maybe consider adding an option to allow cleaning up files that only have user-specified list of frontmatter entries while also having no other content.