The ProseMirror schema to build keymaps for.
Optionaloptions: { joinDoubleBreak?: boolean; onSave?: Function } = {}Additional options to configure the plugin's behavior.
OptionaljoinDoubleBreak?: booleanIf a double line-break is detected, join it into a paragraph instead.
OptionalonSave?: FunctionA function to call when Ctrl+S is pressed.
StatickeyA unique key for this plugin that can be used to identify a plugin instance in any given editor.
Build keyboard commands for nodes and marks present in the schema.
An object of keyboard shortcuts to editor functions.
StaticbuildBuild the plugin.
The ProseMirror schema to build the plugin against.
Additional options to pass to the plugin.
A class responsible for building the keyboard commands for the ProseMirror editor.