Skip to content

Commit 2ab13d2

Browse files
committed
Update README.md
1 parent 5dde56c commit 2ab13d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The status bar provides a concise, real-time overview of the current task list.
119119

120120
```md
121121
## Group // Tooltip
122-
- [x] Date, Amount, ~~**Text `tag`**~~ // Note #texttag <br>
122+
- [x] Date, Amount, ~~**[2-space indent]Text `tag`**~~ // Note #texttag <br>
123123
```
124124
### Legend
125125

@@ -129,6 +129,7 @@ The status bar provides a concise, real-time overview of the current task list.
129129
- `- [x] or - [ ]` — task completion status ([x] = done, [ ] = pending)
130130
- `Date` — task date and optional timestamp in ISO 8601 format `yyyy-MM-ddTHH:mm:ss`
131131
- `Amount` — numeric value related to the task (e.g., cost, quantity), using a dot `.` as the decimal separator
132+
- `2-space indent` — leading spaces before the task text define visual indentation (2 spaces = 1 level)
132133
- `~~**Text**~~` — task description, bold if marked as favorite with a star, and crossed out if archived (inactive regardless of completion)
133134
- ``` `tag` ``` — tags are collected from any position in the task text when enclosed in backticks, and after saving the task they are stored immediately after the task text, separated by a space
134135
- `// Note` — comment or additional information about the task

0 commit comments

Comments
 (0)