@univerjs-pro/docs-reference-ui
References UI and note navigation for traditional paginated Docs documents. Requires UniverDocsReferencePlugin and UniverDocsUIPlugin.
TypeScript
import { UniverDocsReferenceUIPlugin } from '@univerjs-pro/docs-reference-ui'import ReferenceLocale from '@univerjs-pro/docs-reference-ui/locale/en-US'import { LocaleType } from '@univerjs/core'import '@univerjs-pro/docs-reference-ui/lib/index.css'univerAPI.loadLocales(LocaleType.EN_US, ReferenceLocale)univer.registerPlugin(UniverDocsReferenceUIPlugin)Load the locale matching your editor. See Footnotes and endnotes for the complete setup. UniverDocsAdvancedPreset already includes this plugin.
How is this guide?