README file from
GithubFiles Name Detector
An Obsidian plugin that automatically renames files by replacing spaces with dashes.
Features
- Renames newly created files that contain spaces (e.g.
my note.md→my-note.md) - On plugin load, scans and renames any existing files in the vault that have spaces in their names
- Shows a notice for each file renamed
Installation
Manual
- Download
main.jsandmanifest.jsonfrom the latest release - Copy them to your vault:
VaultFolder/.obsidian/plugins/files-name-detector/ - Enable the plugin in Obsidian Settings → Community Plugins
Community Plugin List
Coming soon.
Development
npm i
npm run dev # watch mode
npm run build # production build
Author
Harris Hussain