Obsidian plugin to prevent renaming files with unsafe characters
				
			
		| .gitignore | ||
| main.ts | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| styles.css | ||
| tsconfig.json | ||
Obsidian Sample Plugin
This is a sample plugin for Obsidian (https://obsidian.md).
This project uses Typescript to provide type checking and documentation. The repo contains the latest plugin API (obsidian.d.ts) in Typescript Definition format, which contains TSDoc comments describing what it does.
Note: The Obsidian API is still in early alpha and is subject to change at any time!
How to use
- Clone this repo.
- npm ior- yarnto install dependencies
- npm run devto start compilation in watch mode.
How to install the plugin
- Copy over main.js,styles.css,manifest.jsonto your vaultvault/.obsidian/plugins/plugin-id/.
