Skip to Content

Links

Installation

pnpm add @inkstream/link-bubble

Usage

import { linkBubbleWrapperPlugin } from '@inkstream/link-bubble' <RichTextEditor plugins={[linkBubbleWrapperPlugin]} toolbarLayout={['link']} />

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.