Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.supernote.com/llms.txt

Use this file to discover all available pages before exploring further.

PluginManager is the management entry for running plugins. It is responsible for:
  • Initializing the plugin environment
  • Listening for plugin lifecycle events
  • Registering/listening for plugin buttons and config buttons
  • Registering/listening for plugin events
  • Getting basic plugin info (name, directory, device type, etc.)
import { PluginManager } from 'sn-plugin-lib';

Methods