leruetkins104 downloadsFind and delete empty markdown files in your vault. Shows a list with checkboxes to select and bulk-delete.
An Obsidian plugin that scans your vault for empty notes and lets you delete them in bulk.
<your vault>/.obsidian/plugins/empty-files-cleaner-np/
Search for "Empty Files Cleaner NP" in Settings → Community plugins → Browse.
There are two ways to open the plugin:
Ctrl/Cmd + P and search for Find and delete empty files| Action | Description |
|---|---|
| Select all | Check all files in the list |
| Deselect all | Uncheck all files |
| Click a row | Toggle checkbox for that file |
| Delete selected (N) | Permanently delete the checked files |
| Cancel | Close without deleting anything |
⚠️ Deletion is permanent. Files are not moved to trash — they are removed directly from the vault.
git clone https://github.com/leruetkins/obsidian-empty-files-cleaner-np
cd obsidian-empty-files-cleaner-np
npm install
npm run build
The compiled main.js will appear in the project root.
Pull requests and issues are welcome on GitHub.