mirror of
https://github.com/dream-num/univer.git
synced 2026-09-19 10:29:12 +08:00
@univerjs/docs-hyper-link
Introduction
@univerjs/docs-hyper-link provides the link function of Univer Docs.
Usage
Installation
# Using npm
npm install @univerjs/docs-hyper-link
# Using pnpm
pnpm add @univerjs/docs-hyper-link
Register the plugin
import { UniverDocsHyperLinkUIPlugin} from '@univerjs/docs-hyper-link';
univer.registerPlugin(UniverDocsHyperLinkUIPlugin);