obsidian-safe-filenames/README.md
2025-01-18 12:57:28 -05:00

17 lines
588 B
Markdown

# 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` or `yarn` to install dependencies.
- `npm run dev` to start compilation in watch mode.
## Manually installing the plugin
- Copy over `main.js` and `manifest.json` to your vault `VaultFolder/.obsidian/plugins/your-plugin-id/`.