@univerjs/docs-hyper-link
v0.25.0
Published
Hyperlink model and commands for Univer Docs.
Readme
@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-linkKeep 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.
