Files Name Detector

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

Description

This plugin has not been manually reviewed by Obsidian staff. Automatically renames files by replacing spaces with dashes.

Reviews

No reviews yet.

Stats

stars
18
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

Files 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.mdmy-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

  1. Download main.js and manifest.json from the latest release
  2. Copy them to your vault: VaultFolder/.obsidian/plugins/files-name-detector/
  3. 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