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/link';
const extensions = [
...,
// Import Extensions Here
Link
];
Source
Contributors
Changelog
v0.3.13
on 7/25/2025b6f7e
- fix(link): resolve issues with HTMLAttributes and bubble popup update - Fixed the problem that the HTMLAttributes configuration of the link component does not take effect. - Fixed the problem that when changing the link bubble pop-up window display, switching to other links, the bubble pop-up window data is not updated.v0.3.11
on 6/27/20250f1cc
- fix: fix bug not fill the text link when edit link