Trilium Frontend API
    Preparing search index...

    Type Alias EditingKeystrokeCallback

    EditingKeystrokeCallback:
        | string
        | ((ev: KeyboardEvent, cancel: () => void) => void)

    Command name or a callback to be executed when a given keystroke is pressed.