Highlight
The Highlight extension allows you to highlight text in your editor.
- Based on TipTap's highlight extension. @tiptap/extension-highlight
Usage
tsx
import { Highlight } from 'reactjs-tiptap-editor/highlight';
const extensions = [
...,
// Import Extensions Here
Highlight
];Options
shortcutKeys
Type: string[]
Default: ['⇧', 'mod', 'H']
Keyboard shortcuts for the extension.
defaultColor
Type: string
Default: none
The initial color used in the action button. If not provided, no color is selected.

Hung Hoang
Condor Hero