Slash Command
The Slash Command extension allows you to add slash commands to your editor.
- type
/
to trigger the slash command menu.
Usage
tsx
import { SlashCommand } from 'reactjs-tiptap-editor/extension-bundle';
const extensions = [
...,
// Import Extensions Here
SlashCommand
];