Links
Installation
pnpm add @inkstream/link-bubbleUsage
import { linkBubbleWrapperPlugin } from '@inkstream/link-bubble'
<RichTextEditor
plugins={[linkBubbleWrapperPlugin]}
toolbarLayout={['link']}
/>Link bubble
When the cursor is inside a link, a floating bubble appears with options to edit the URL, open the link in a new tab, or remove it.
Keyboard shortcut
Mod-k opens the link insertion dialog.