Enable a plugin
obsidian_enable_pluginEnables a specified community plugin in Obsidian by providing its plugin id. Optionally target a specific vault and skip confirmation prompts when already confirmed.
Instructions
Enables a community plugin by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Vault name to target. Optional — defaults to the most recently focused vault. | |
| id | Yes | Plugin id (e.g. 'dataview'). | |
| confirm | No | Set to true to skip the interactive confirmation prompt. Use only when the caller has already confirmed with the user. |