Editing Tasks
How to write and format task descriptions and comments in AgentKanban.
Rich text editing
Task descriptions and comments use a rich text editor. You can type naturally and use familiar keyboard shortcuts to format your content.
Formatting shortcuts
Type these at the start of a line or around text to apply formatting:
| Shortcut | Result |
|---|---|
**text** |
Bold |
*text* |
Italic |
~~text~~ |
|
`code` |
Inline code |
## Heading |
Heading (levels 1–6) |
- item |
Bullet list |
1. item |
Numbered list |
> quote |
Blockquote |
``` |
Code block |
--- |
Horizontal rule |
Standard keyboard shortcuts also work: Ctrl+B (bold), Ctrl+I (italic).
Pasting markdown
If you paste markdown from another source (e.g. a README, a chat message, or a code comment), it is automatically converted into formatted rich text. You do not need to manually format pasted content.
Editing descriptions
Each task has a description area below the title.
- Click the description area or the Edit button to enter edit mode
- Type or paste your content
- Click Save to keep your changes, or Cancel to discard them
When not editing, the description displays as rendered formatted text.
Comments
Comments appear in the Comments tab below the task details.
Adding a comment
- Click Add a comment... to open the editor
- Type your comment
- Click Comment to post, or Cancel to discard
- Ctrl+Enter (Cmd+Enter on Mac) also submits the comment
Editing a comment
- Click the Edit icon on your own comment
- Make your changes in the inline editor
- Click Save or press Ctrl+Enter to save, or Cancel to discard
Replying to a comment
Click the Reply icon on any comment. A quoted excerpt appears above the editor to show the context of your reply.
Attaching files
Click the Attach link below the comment editor to upload files. Attachments appear as downloadable links on the comment.
Captured turns
The Turns tab shows conversation turns captured from AI coding sessions (Copilot, Claude, Codex). These are read-only records — they cannot be edited. Markdown formatting in turn content (headings, lists, bold, code blocks, etc.) is rendered automatically.
What is not supported
- Task checkboxes —
- [ ]and- [x]syntax is not converted into interactive checkboxes while editing. Checkboxes in content from AI agents are displayed correctly in view mode. - Tables — Markdown tables are not rendered in the editor.
- Image paste — Pasting images into the editor is not supported. Use the Attach button on comments to upload image files.