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