Notes
A built-in task manager designed specifically for Unity projects.
Overview
- Create tasks and reminders without leaving the editor.
- Set priorities: Low, Medium, High or Critical.
- Assign due dates with an embedded, inline calendar.
- Mark tasks as complete.
- Optionally share notes with your team via Git (see Profiles & Team Sharing).
Views
- Grid view: cards showing title, content preview, priority border, due date and a checkmark when done.
- List view: compact rows for scanning many tasks quickly.
Toggle between them in the header; card size is adjustable from the size slider. Both preferences are saved per user.
Creating and editing
- Click the + card, or the add row in list view.
- Fill the fields in the editor: Title (required), Description, Priority, Due date.
- Save.
The due-date field offers a calendar plus quick buttons: Today, Tomorrow, +3/7/14 days. The editor can take the full pane width with the focus button when you need room to write.
Priorities and sorting
| Priority | Color | Use case |
|---|---|---|
| Low | Gray | Nice-to-have |
| Medium | Blue | Regular tasks |
| High | Orange | Important bugs |
| Critical | Red | Blocking issues |
Auto-sort: priority, then due date, then creation date. Overdue dates show red, due-today orange, upcoming blue.
Completing
Check "Done" in the editor or use the per-card done button. Completed notes gray out and show a checkmark; delete them manually when you no longer need them.