Trevixal API
    Preparing search index...
    interface SlashCommandItem {
        id: string;
        keywords?: readonly string[];
        run: (editor: Editor) => void;
        title: string;
    }
    Index
    id: string
    keywords?: readonly string[]

    Extra terms the fuzzy filter matches against.

    run: (editor: Editor) => void
    title: string