Licence
MIT
Version
0.3.0
Deps
5
Size
23 kB
Vulns
0
Weekly
0
@markmirror/commands
Keyboard shortcuts and commands for the MarkMirror editor.
Usage
import { MarkMirror } from "@markmirror/core"
import { buildMarkdownCommands } from "@markmirror/commands"
const editor = new MarkMirror({
extensions: [ buildMarkdownCommands(true) ]
})