@univerjs/docs-hyper-link-ui
v0.12.4
Published
Univer thread comment plugin
Keywords
Readme
@univerjs/docs-hyper-link-ui
Introduction
@univerjs/docs-hyper-link-ui provides the link function of Univer Docs.
Usage
Installation
# Using npm
npm install @univerjs/docs-hyper-link-ui
# Using pnpm
pnpm add @univerjs/docs-hyper-link-uiRegister the plugin
import { UniverDocsHyperLinkUIPlugin} from '@univerjs/docs-hyper-link-ui';
univer.registerPlugin(UniverDocsHyperLinkUIPlugin);