Files
tiptap/docs/src/docPages/api/extensions/character-count.md
Hans Pagel 90efee5622 clean up
2021-02-10 15:31:02 +01:00

1.1 KiB
Raw Blame History

CharacterCount

Version Downloads

The CharacterCount extension limits the number of allowed character to a specific length. Thats it, thats all.

Installation

# with npm
npm install @tiptap/extension-character-count

# with Yarn
yarn add @tiptap/extension-character-count

Settings

Option Type Default Description
limit Number 0 The maximum number of characters that should be allowed.

Source code

packages/extension-character-count/

Usage