Optional
enabled?: booleanSet false to install the plugin but start it disabled. Default true.
Path on disk to the plugin to install.
Optional
enabled?: 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".
Optional
version?: stringVersion of the plugin to install. Defaults to latest.
Optional
enabled?: booleanSet false to install the plugin but start it disabled. Default true.
Plugin ID to install from Obsidian community plugins.
Optional
version?: 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:
path
to install a local pluginrepo
to install a plugin from githubid
to install a community pluginYou can also pass
enabled: false
to install the plugin, but start it disabled by default.