Create a task
Tasks are the things you actually have to do — an exam to revise for, an assignment to hand in, a chapter to read. Capture one in seconds, then add a course or deadline when you know them.
- 🖥 Web
- 📱 Mobile
-
Click Home in the navigation.
-
In the panel on the right, open the Todos tab to see your task list.
-
Click Create task to open the Create a Task dialog.
-
Type a name for your task. Under Type & priority, pick a type — Exam, Assignment, Study, Reference, Homework, Project, or Reading.
Screenshot coming soonThe Create a Task dialog with a name typed in, a type picked under Type & priority, and the optional course/description/deadline fields visibleCapture spec (for maintainers)
{ "id": "web.tasks.create-a-task.create-dialog", "platform": "web", "route": "/", "actions": [ { "click": { "testId": "home-todos-tab" } }, { "click": { "testId": "add-todo-button" } }, { "fill": { "testId": "todo-title-input", "value": "Analysis II — problem set 3" } } ], "clip": { "testId": "create-todo-dialog", "pad": 16 } } -
Optionally choose an Associated course, add a Description, and set a Deadline.
-
Click Confirm. Your task appears in the list straight away — and on every device, in real time.
The desktop app shows the same task list and dialog; tasks you create there sync identically.
For a one-line task, open your full task list and use the Add a task field at the bottom — type a title, press Enter, and fill in the details later.
-
Tap the Work tab, then the Todos tab at the top.
-
Tap Create task to open the Create a Task screen.
-
Enter a Name for your task.
Screenshot coming soonThe mobile Create a Task screen with a name entered and the Options accordion below itCapture spec (for maintainers)
{ "id": "mobile.tasks.create-a-task.create-screen", "platform": "mobile", "route": "/organization/todos/create", "actions": [ { "inputText": { "id": "todo-title-input", "text": "Analysis II — problem set 3" } } ] } -
Optionally expand Options to add a Description, link an Associated course, or set a Deadline.
-
Tap Confirm. Your task appears in the list immediately.