Docs
Highlight
Highlight
Mark and reference text for review.
Loading...
Installation
npm install @udecode/plate-highlightUsage
import { HighlightPlugin } from '@udecode/plate-highlight/react';
 
const plugins = [
  // ...otherPlugins,
  HighlightPlugin,
];Keyboard Shortcuts
| Key | Description | 
|---|---|
| Cmd + Shift + H | Apply a highlight to the selected text. |