Orca Note Plugin API Documentation
    Preparing search index...

    Interface SlashCommandWithPinyin

    Slash command with additional pinyin data for search functionality in Chinese.

    interface SlashCommandWithPinyin {
        command: string;
        group: string;
        icon: string;
        pinyin: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    command: string

    Command ID to execute when selected

    group: string

    Group name for organizing commands in the slash menu

    icon: string

    Icon identifier for the command

    pinyin: string

    Pinyin phonetic representation for improved search in Chinese

    title: string

    Display title for the command