This note is a small tour of TaskNotes inside your own vault. Work through it in place, then keep it as a reference or delete it when you no longer need it.
TaskNotes works best when three things feel connected:
.base files in TaskNotes/Views/. ✅ 2026-07-24TaskNotes creates missing default .base files automatically on startup when Auto-create default files is enabled. If the files are missing, use Settings -> TaskNotes -> General -> Views & base files -> Create files.
Run TaskNotes: Create new task and create a real task you intend to do soon.
Try a title like:
Review my TaskNotes setup tomorrow #admin
After saving, TaskNotes creates a Markdown note for that task. Open the task note and look at the YAML properties at the top. Those properties are what Bases reads for filtering, sorting, grouping, and calendar placement.
The checkboxes below are ordinary Markdown tasks. Convert each one into a TaskNote from the line's inline action or the command palette.
After conversion, notice a few things:
The embedded views below use the default TaskNotes Bases files.
![[TaskNotes/Views/tasks-default.base]]
Use this when you want a straightforward list of everything open.
![[TaskNotes/Views/agenda-default.base]]
Use this when you care about due dates, scheduled dates, and what needs attention soon.
![[TaskNotes/Views/mini-calendar-default.base]]
Use this when you want a compact calendar alongside your notes.
![[TaskNotes/Views/calendar-default.base]]
Use this when you want a larger calendar for scheduled work, due dates, timeblocks, and calendar events.
![[TaskNotes/Views/kanban-default.base]]
Use this when you want to move work through statuses like open, in progress, and done.
The defaults are enough to start. Visit settings later when you know what you want to change:
Try adding one custom property to a task, such as energy, client, or area. Because tasks are Markdown notes, custom properties can be used in Bases without locking you into a separate task database.
You can embed Bases views inside daily notes, project notes, meeting notes, or task notes. Advanced Bases filters can use the current note as context, so one view can show tasks related to whatever note it is embedded in.
TaskNotes uses this pattern for the Relationships widget in task notes. When you are ready to customize views, see the TaskNotes documentation for examples.
Useful next experiments:
TaskNotes/Views/tasks-default.base and make a view for one project.Now you know the core idea: tasks are notes, properties make them queryable, and Bases turns them into views.