@univerjs/docs-hyper-link
v0.15.4
Published
Univer thread comment plugin
Downloads
123,354
Keywords
Readme
@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-linkRegister the plugin
import { UniverDocsHyperLinkUIPlugin} from '@univerjs/docs-hyper-link';
univer.registerPlugin(UniverDocsHyperLinkUIPlugin);