Start Here with TaskNotes

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:

  1. Capture a task quickly.
  2. Store the task as a normal Markdown note.
  3. Review tasks through Bases views.

Before You Start

TaskNotes 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.

1. Create a Task from the Command Palette

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.

2. Convert Inline Tasks into TaskNotes

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:

3. Review Your Tasks

The embedded views below use the default TaskNotes Bases files.

Task List

![[TaskNotes/Views/tasks-default.base]]

Use this when you want a straightforward list of everything open.

Agenda

![[TaskNotes/Views/agenda-default.base]]

Use this when you care about due dates, scheduled dates, and what needs attention soon.

Mini Calendar

![[TaskNotes/Views/mini-calendar-default.base]]

Use this when you want a compact calendar alongside your notes.

Calendar

![[TaskNotes/Views/calendar-default.base]]

Use this when you want a larger calendar for scheduled work, due dates, timeblocks, and calendar events.

Kanban

![[TaskNotes/Views/kanban-default.base]]

Use this when you want to move work through statuses like open, in progress, and done.

4. Adjust only what Gets in Your way

The defaults are enough to start. Visit settings later when you know what you want to change:

5. Make it Yours

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.

6. Contextual Views

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:

More Help and Extensions

Finished

Now you know the core idea: tasks are notes, properties make them queryable, and Bases turns them into views.