mirror of
https://github.com/dream-num/univer.git
synced 2026-09-01 15:29:43 +08:00
@univerjs/sheets-note
@univerjs/sheets-note adds the core note model and commands for cell notes in Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/sheets-note |
UniverSheetsNote |
No | No | Yes |
Installation
pnpm add @univerjs/sheets-note
# or
npm install @univerjs/sheets-note
Keep all @univerjs/* packages on the same version.
Usage
import { UniverSheetsNotePlugin } from '@univerjs/sheets-note';
univer.registerPlugin(UniverSheetsNotePlugin);
Integration Notes
Use this package with @univerjs/sheets-note-ui when users need note editing UI.