@remirror/extension-whitespace
v3.0.1
Published
Manage whitespace characters within your editor.
Downloads
145,408
Readme
@remirror/extension-whitespace
Manage whitespace within your editor.
Installation
# yarn
yarn add @remirror/extension-whitespace
# pnpm
pnpm add @remirror/extension-whitespace
# npm
npm install @remirror/extension-whitespace
Usage
The following code creates an instance of this extension.
import { WhitespaceExtension } from '@remirror/extension-whitespace';
const extension = new WhitespaceExtension();
Acknowledgements
This extension was heavily inspired by prosemirror-invisibles
.