Using Plugins
DocGraph has a plugin system for extending the app — new panels, commands, and integrations. The plugin SDK and example plugins are open source (MIT).
Installing plugins
Section titled “Installing plugins”Browse the plugin store inside DocGraph to install community plugins, or sideload a plugin folder during development.
Restricted Mode
Section titled “Restricted Mode”For your safety, Restricted Mode is on by default: third-party plugins are disabled until you explicitly turn it off. Plugins you’ve enabled stay inert while Restricted Mode is active, so a freshly installed plugin will not run until you make a deliberate choice.
Permissions
Section titled “Permissions”Each plugin declares the permissions it needs — for example vault read access, storage, or network. Review a plugin’s permissions before enabling it.
Building plugins
Section titled “Building plugins”Developer documentation for the plugin SDK is coming soon. The SDK, registry, and example plugins will be published under the MIT license.