You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,7 @@ The following commands only appear in the slash menu when the cursor is on a tas
165
165
|**Task: Waiting**| Toggles `#W` at the start of the task text (inserts if absent, removes if present) |
166
166
|**Task: Due Date**| Opens a date input pre-filled with today (YYYY-MM-DD). Confirms and inserts `#D-YYYY-MM-DD` at the start of the task text. Replaces any existing due date tag |
167
167
|**Task: Completion Date**| Opens a date input pre-filled with today (YYYY-MM-DD). Confirms and inserts `#C-YYYY-MM-DD` at the start of the task text. Replaces any existing completion date tag |
168
+
|**Convert to Kanban Card***(Pro)*| Marks the task as done, creates a Kanban card in the **TODO** lane with the task title (stripped of tags), matching priority and due date, and the **Waiting** flag set. Only available on unchecked tasks |
168
169
169
170
Priority and waiting tags toggle: issuing the same tag again removes it. Issuing a different priority replaces the existing one. Due date and completion date tags replace any existing tag of the same type.
170
171
@@ -585,7 +586,7 @@ Cards are the primary unit of work. Each card is stored as a **Markdown file** w
585
586
-**Delete card** — click the trash icon in the card editor.
586
587
-**Open card file** — click the **Open File** button in the card editor to open the Markdown file directly.
587
588
588
-
**Priority levels:**critical · high · medium · low · none
589
+
**Priority levels:**P1 · P2 · P3 · P4 · P5 · none
589
590
590
591
#### Entries (comments)
591
592
@@ -617,7 +618,7 @@ A typical card file looks like:
617
618
---
618
619
title: Implement search
619
620
lane: doing
620
-
priority: high
621
+
priority: p2
621
622
assignee: gareth
622
623
labels:
623
624
- backend
@@ -647,6 +648,7 @@ Front-matter holds the structured fields; the Markdown body is the card descript
647
648
|**AS Notes: Create Kanban Board**| Create a new board |
648
649
|**AS Notes: Rename Kanban Board**| Rename the current board |
649
650
|**AS Notes: Delete Kanban Board**| Delete the current board and all its data |
651
+
|**AS Notes: Convert Task to Kanban Card**| Mark the current task done and create a Kanban card from it *(Pro)*|
Copy file name to clipboardExpand all lines: docs-src/pages/Slash Commands.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ These commands only appear in the slash menu when the cursor is on a task line (
66
66
|**Task: Waiting**| Inserts `#W` at the task text start |
67
67
|**Task: Due Date**| Opens a date input pre-filled with today (YYYY-MM-DD format). On confirm, inserts `#D-YYYY-MM-DD` at the task text start |
68
68
|**Task: Completion Date**| Opens a date input pre-filled with today (YYYY-MM-DD format). On confirm, inserts `#C-YYYY-MM-DD` at the task text start |
69
+
|**Convert to Kanban Card***(Pro)*| Marks the task as done, creates a Kanban card in the **TODO** lane with the task title (stripped of tags), matching priority and due date, and the **Waiting** flag set. Only available on unchecked tasks |
0 commit comments