Overview
Create colorful sticky notes that persist across sessions. Notes are draggable, editable, and support 6 colors.
Features
- π¨ 6 colors β Yellow, Green, Blue, Pink, Orange, Purple
- βοΈ Editable β type directly in the note
- π±οΈ Draggable β move notes anywhere on the board
- πΎ Auto-save β text, position, and color persist
- ποΈ Delete β click the Γ button
- β New notes β β+ New Noteβ button (bottom-right)
Events
| Event | Payload | When |
|---|---|---|
sticky-note:created | { id: string } | A new note is created |
sticky-note:deleted | { id: string } | A note is deleted |
Installation
Included by default inplugins.json:
Storage Keys
| Key | Type | Description |
|---|---|---|
sticky-notes | Array<Note> | All saved notes |
File
plugins/sticky-note/plugin.js