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;
        showContentSnippets?: boolean;
    }
    Index
    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

    showContentSnippets?: boolean

    If set, note suggestions also render their content snippet (below the attribute snippet), matching the quick-search dropdown / search results view. Off by default so compact consumers (link dialogs, relation editors, @-mentions) stay unchanged.