mirror of
https://github.com/dream-num/univer.git
synced 2026-08-28 23:01:30 +08:00
@univerjs/docs-hyper-link
@univerjs/docs-hyper-link provides the core hyperlink model and commands for Univer Docs.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/docs-hyper-link |
UniverDocsHyperLink |
No | No | No |
Installation
pnpm add @univerjs/docs-hyper-link
# or
npm install @univerjs/docs-hyper-link
Keep all @univerjs/* packages on the same version.
Usage
import { UniverDocsHyperLinkPlugin } from '@univerjs/docs-hyper-link';
univer.registerPlugin(UniverDocsHyperLinkPlugin);
Integration Notes
Use this package with @univerjs/docs-hyper-link-ui when users need hyperlink editing UI.