Empty Files Cleaner NP

by leruetkins
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Find and delete empty markdown files in your vault. Shows a list with checkboxes to select and bulk-delete.

Reviews

No reviews yet.

Stats

stars
2
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Empty Files Cleaner NP

An Obsidian plugin that scans your vault for empty notes and lets you delete them in bulk.

Obsidian Downloads License: MIT


Features

  • 🔍 Scans your entire vault for markdown files with no content (or only whitespace)
  • ☑️ Checkbox list — select individual files or use "Select all" / "Deselect all"
  • 🗑️ Bulk delete — remove all selected files in one click with a confirmation prompt
  • 🔄 Auto-refresh — the list updates automatically after deletion
  • Safe — always asks for confirmation before deleting anything

Installation

Manual

  1. Download the latest release from the Releases page
  2. Extract the archive and copy the folder to your vault's plugins directory:
    <your vault>/.obsidian/plugins/empty-files-cleaner-np/
    
  3. In Obsidian: go to Settings → Community plugins, find Empty Files Cleaner NP and enable it

From Obsidian Community Plugins

Search for "Empty Files Cleaner NP" in Settings → Community plugins → Browse.

Usage

There are two ways to open the plugin:

  1. Ribbon icon — click the 🗑️ trash icon in the left sidebar
  2. Command Palette — open with Ctrl/Cmd + P and search for Find and delete empty files

In the modal window:

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.

Building from Source

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.

Contributing

Pull requests and issues are welcome on GitHub.

License

MIT © leruetkins