Skip to content

Strike

The Strike extension allows you to strike through text in your editor.

Usage

tsx
import { Strike } from 'reactjs-tiptap-editor/strike'; 

const extensions = [
  ...,
  // Import Extensions Here
  Strike 
];

Options

shortcutKeys

Type: string[]
Default: ['shift', 'mod', 'S']

Keyboard shortcuts for the extension.

Source

SourceDocs

Contributors

Changelog

v0.3.28 on 10/13/2025
20125 - feat: add shortcutKeys override(s) to extensions

Made with ❤️