ShortcutsExtension
Summary
Adds shortcut support to the editor, e.g. replaces (c)
by ©
.
Usage
Installation
This extension is installed for you when you install the main remirror
package.
You can use the imports in the following way:
import { ShortcutsExtension } from 'remirror/extensions';
The extension is provided by the @remirror/extension-shortcuts
package.