Const
Extension of tiptap's link extension that can handle "internal" and "external" links.
Adds an additional configurable openLinkOnClickModifier option.
openLinkOnClickModifier
Requires the setting of the openInternal option if using internal links.
openInternal
If using a custom editor wrapper, you will need to add the BubbleMenuLink component somewhere in the wrapper or implement your own.
BubbleMenuLink
Extension of tiptap's link extension that can handle "internal" and "external" links.
Adds an additional configurable
openLinkOnClickModifieroption.Requires the setting of the
openInternaloption if using internal links.If using a custom editor wrapper, you will need to add the
BubbleMenuLinkcomponent somewhere in the wrapper or implement your own.