.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 i
oryarn
to install dependencies.npm run dev
to start compilation in watch mode.
Manually installing the plugin
- Copy over
main.js
andmanifest.json
to your vaultVaultFolder/.obsidian/plugins/safe-filenames/
.