obsidian-user-plugins
obsidian-user-plugins copied to clipboard
Allows user scripts to use plugin API
resolves https://github.com/mnowotnik/obsidian-user-plugins/issues/3
I get the following error on console now when I try to load scripts from a hidden folder. For actually invalid paths, this should also notify the user properly, for...
Add mandatory `id` attribute to the [commands](https://docs.obsidian.md/Reference/TypeScript+API/Command) in all examples, as omitting an id will lead to conflicts in case multiple scripts or snippets are loaded.