Trilium Frontend API
    Preparing search index...

    Interface EditorConfig

    interface EditorConfig {
        lineWrapping?: boolean;
        onContentChanged?: ContentChangedListener;
        parent: HTMLElement;
        placeholder?: string;
        preferPerformance?: boolean;
        readOnly?: boolean;
        tabIndex?: number;
        vimKeybindings?: boolean;
    }
    Index

    Properties

    lineWrapping?: boolean
    onContentChanged?: ContentChangedListener
    parent: HTMLElement
    placeholder?: string
    preferPerformance?: boolean

    Disables some of the nice-to-have features (bracket matching, syntax highlighting, indentation markers) in order to improve performance.

    readOnly?: boolean
    tabIndex?: number
    vimKeybindings?: boolean