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.

Import

import { PluginNoteAPI } from 'sn-plugin-lib';

Return Convention

Most async APIs return APIResponse<T>. Read result only when success === true.

Methods