obsidian-user-plugins icon indicating copy to clipboard operation
obsidian-user-plugins copied to clipboard

Allows user scripts to use plugin API

Results 3 obsidian-user-plugins issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.