Trilium Frontend API
    Preparing search index...

    Interface Options

    interface Options {
        allowCreatingNotes?: boolean;
        allowExternalLinks?: boolean;
        allowJumpToSearchNotes?: boolean;
        container?: HTMLElement;
        fastSearch?: boolean;
        hideAllButtons?: boolean;
        hideGoToSelectedNoteButton?: boolean;
        isCommandPalette?: boolean;
    }
    Index

    Properties

    allowCreatingNotes?: boolean
    allowExternalLinks?: boolean
    allowJumpToSearchNotes?: boolean
    container?: HTMLElement
    fastSearch?: boolean
    hideAllButtons?: boolean

    If set, hides all right-side buttons in the autocomplete dropdown

    hideGoToSelectedNoteButton?: boolean

    If set, hides the right-side button corresponding to go to selected note.

    isCommandPalette?: boolean

    If set, enables command palette mode