Sticky Pro is a lightweight Figma and FigJam widget for structured notes, to-do lists, and code snippets.
Try it in Figma · Report an issue
Each content block is stored independently. This keeps collaborative edits safer: when two people edit different blocks, one update does not overwrite the other.
- ✍️ Rich text with heading, body, caption, bullet, and numbered-list formatting
- ✅ Interactive to-do lists
- 💻 Code blocks for snippets and prompts
- 🎨 Dark and light themes, plus narrow and wide layouts
npm ci
npm run buildIn Figma Desktop, choose Plugins → Development → Import plugin from manifest… and select this repository’s manifest.json.
| Command | Purpose |
|---|---|
npm run watch |
Rebuild while you work |
npm run build |
Development build with source maps |
npm run build:prod |
Minified production build |
npm run tsc |
Type check |
npm run lint |
Check code quality |
npm test |
Run data-model regression tests |
Reload the widget in Figma after a build: Plugins → Development → Reload current plugin.
MIT License © Asif Ali
