Notes¶
Notes are longer-form entries for meeting minutes, technical decisions, research findings, or anything worth keeping. They can link to customers and tasks.

Creating Notes¶
Note Fields¶
| Field | Description |
|---|---|
| Title | Short descriptive name |
| Body | Markdown content |
| Customer | Associated customer (optional) |
| Task ID | Linked task (optional) |
| Tags | Freeform labels |
Browsing Notes¶
Notes appear as expandable rows. Click a note to see its full content rendered as Markdown.
Filter by text search or customer. Notes are drag-reorderable.
Moving Notes¶
Notes can move to other destinations:
- To task -- creates a task from the note content
- To knowledge base -- saves as a KB file
- To archive -- soft-deletes the note
Use the action menu on each note row, or the CLI:
Linking to Tasks¶
When a note references a task (via the task ID field), clicking the link badge navigates to that task on the board. This is useful for attaching meeting notes or design decisions to specific work items.