Package detail

@remirror/extension-whitespace

remirror198.6kMIT3.0.2

Manage whitespace characters within your editor.

remirror, extension

readme

@remirror/extension-whitespace

Manage whitespace within your editor.

Version Weekly Downloads Bundled size Typed Codebase MIT License

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.