Trilium Frontend API
    Preparing search index...

    Type Alias CKTextEditor

    CKTextEditor: (ClassicEditor | PopupEditor) & {
        getSelectedHtml(): string;
        removeSelection(): Promise<void>;
    }

    Short-hand for the CKEditor classes supported by Trilium for text editing. Specialized editors such as the AttributeEditor are not included.