Community plugins
Community plugins extend Lapis beyond the bundled core plugin set.

What community plugins are
Section titled “What community plugins are”Community plugins live under .obsidian/plugins/<plugin-id>/ and use an
Obsidian-compatible folder layout so existing plugin ecosystems are easier to
adapt.
Plugin folder format
Section titled “Plugin folder format”Lapis uses an Obsidian-compatible community plugin folder shape under .obsidian/plugins/<plugin-id>/ for discovered plugins.
Trust and runtime
Section titled “Trust and runtime”Community plugins can run in different host modes depending on runtime and capabilities. Browser and PWA sessions use the renderer compatibility host. Desktop can provide stronger hosted-plugin boundaries for plugins that declare supported runtimes and brokered capabilities.
Install only plugins you trust. If a plugin fails to activate, open its diagnostics in settings before retrying.