Orca Note Plugin API Documentation
    Preparing search index...

    Interface CommandWithPinyin

    Command with additional pinyin data for search functionality in non-Latin languages.

    interface CommandWithPinyin {
        fn: CommandFn | [EditorCommandFn, CommandFn];
        hasArgs?: boolean;
        label: string;
        noFocusNeeded?: boolean;
        pinyin: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The function to execute when the command is invoked, or a pair of do/undo functions

    hasArgs?: boolean

    Whether the command accepts arguments

    label: string

    Human-readable name for the command

    noFocusNeeded?: boolean

    Whether the command can be executed when no panel has focus

    pinyin: string

    Pinyin phonetic representation for improved search in Chinese