A Figma plugin that helps manage and visualize page statuses in your Figma files through visual indicators and emojis.
- 🏷️ Assign status to Figma pages
- 🔄 Update existing page statuses
- 👀 Visual indicators with emojis
- 📑 Support for section organization
- 🗂️ Persistent status storage
| Status | Indicator | Description |
|---|---|---|
| Complete | 🟢 | Page is finalized |
| In Progress | 🟡 | Work in progress |
| Draft | 🛑 | Initial draft stage |
| Under Review | 👀 | Being reviewed |
| Approved | ✅ | Approved by stakeholders |
| Section Title | ↪ | Organizational section |
| Sub Category | ↪ | Sub-section marker |
- Open Figma
- Go to Menu > Plugins > Development > Import plugin from manifest
- Select the manifest.json file from this project
- Select a page or pages in Figma
- Run the plugin
- Choose desired status from dropdown
- Click "Apply Status"
- Built with Figma Plugin API
- Uses client storage for persistent data
- Handles status indicators through regex patterns
- Supports batch updates for multiple pages
The plugin consists of:
code.js: Main plugin logicui.html: Plugin UI interfacemanifest.json: Plugin configuration
pageStatuses: {
[pageId]: {
status: string
}
}