Optionalenabled?: booleanSet false to install the plugin but start it disabled. Default true.
Path on disk to the plugin to install.
Optionalenabled?: booleanSet false to install the plugin but start it disabled. Default true.
Github repo of the plugin to install, e.g. "some-user/some-plugin".
Optionalversion?: stringVersion of the plugin to install. Defaults to latest.
Optionalenabled?: booleanSet false to install the plugin but start it disabled. Default true.
Plugin ID to install from Obsidian community plugins.
Optionalversion?: stringVersion of the plugin to install. Defaults to latest.
A plugin to install. Can be a simple string path to the local plugin to install, or an object. If an object set one of:
pathto install a local pluginrepoto install a plugin from githubidto install a community pluginYou can also pass
enabled: falseto install the plugin, but start it disabled by default.