Link
Link is a node extension that allows you to add a horizontal rule to your editor.
- Based on TipTap's Link extension. @tiptap/extension-link
Usage
tsx
import { Link } from 'reactjs-tiptap-editor/extension-bundle';
const extensions = [
...,
// Import Extensions Here
Link
];