Obsidian plugin to prevent renaming files with unsafe characters
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| main.ts | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Safe Filenames
https://forum.obsidian.md/t/some-invalid-filenames-prevent-syncing-on-android/87700
When you attempt to rename a file using characters that will break sync, this plugin automatically removes those characters from the filename.
How to use
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version). npm ioryarnto install dependencies.npm run devto start compilation in watch mode.
Manually installing the plugin
- Copy over
main.jsandmanifest.jsonto your vaultVaultFolder/.obsidian/plugins/safe-filenames/.