The ProseMirror schema to build keymaps for.
Optional
options: { Additional options to configure the plugin's behaviour.
A function to call when Ctrl+S is pressed.
Build keyboard commands for nodes and marks present in the schema.
An object of keyboard shortcuts to editor functions.
Private
#headingsImplement keyboard commands for heading levels.
The keyboard mapping.
The maximum level of headings.
Private
#horizontalImplement keyboard commands for horizontal rules.
The keyboard mapping.
Private
#lineImplement line-break keyboard commands.
The keyboard mapping.
Private
#newImplement some custom logic for how to split special blocks.
The keyboard mapping.
Private
#addImplement save shortcut.
The keyboard mapping.
Static
build
A class responsible for building the keyboard commands for the ProseMirror editor.