obsidian-safe-filenames/README.md

17 lines
588 B
Markdown
Raw Permalink Normal View History

2025-01-18 12:57:28 -05:00
# Obsidian Safe Filenames
2022-04-15 14:13:31 -04:00
2025-01-18 12:57:28 -05:00
https://forum.obsidian.md/t/some-invalid-filenames-prevent-syncing-on-android/87700
2022-04-15 14:13:31 -04:00
2025-01-18 12:57:28 -05:00
When you attempt to rename a file using characters that will break sync, this plugin automatically removes those characters from the filename.
2022-04-15 14:13:31 -04:00
2022-05-07 11:15:23 -04:00
## How to use
2022-04-15 14:13:31 -04:00
- Clone this repo.
2023-07-25 15:17:26 -04:00
- Make sure your NodeJS is at least v16 (`node --version`).
- `npm i` or `yarn` to install dependencies.
2022-04-15 14:13:31 -04:00
- `npm run dev` to start compilation in watch mode.
2022-05-07 11:15:23 -04:00
## Manually installing the plugin
2022-04-15 14:13:31 -04:00
2025-01-18 12:58:50 -05:00
- Copy over `main.js` and `manifest.json` to your vault `VaultFolder/.obsidian/plugins/safe-filenames/`.