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: docs/Getting Started/Getting Started.md
+19-5Lines changed: 19 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,15 @@ Now Tasks tracks that you need to take out the trash!
26
26
>
27
27
> + [ ] task starting with a plus sign
28
28
>
29
-
> 1. [ ] a task in a numbered list
29
+
> 1. [ ] a task in a numbered list with a `.` character
30
+
>
31
+
> 2) [ ] a task in a numbered list with a `)` character
30
32
> ```
31
33
32
34
> [!released]
33
-
> Support for tasks with `+` was introduced in Tasks 4.5.0.
35
+
>
36
+
> - Support for tasks with `+` was introduced in Tasks 4.5.0.
37
+
> - Support for numbered lists with `)` was introduced in Tasks X.Y.Z.
34
38
35
39
To list all open tasks in a markdown file, simply add a [[About Queries|query]] as a tasks code block like so:
36
40
@@ -118,7 +122,9 @@ We are tracking this in [issue #2061](https://github.com/obsidian-tasks-group/ob
118
122
Tasks can read tasks that are in **numbered lists**.
119
123
120
124
> [!released]
121
-
Reading tasks inside numbered lists was introduced in Tasks 1.20.0.
125
+
>
126
+
> - Reading tasks inside numbered lists was introduced in Tasks 1.20.0.
127
+
> - Reading tasks inside numbered lists with `)` was introduced in Tasks X.Y.Z.
122
128
123
129
For example:
124
130
@@ -128,12 +134,20 @@ For example:
128
134
3. [ ] Do following step
129
135
```
130
136
137
+
or:
138
+
139
+
```markdown
140
+
1) [ ] Do first step
141
+
2) [ ] Do next step
142
+
3) [ ] Do following step
143
+
```
144
+
131
145
Editing and toggling tasks in numbered lists works fine: the original number is preserved.
132
146
133
147
> [!warning]
134
148
> However, when these tasks are displayed in tasks blocks they are displayed as ordinary bullet list items.
135
-
136
-
This is because they will usually be displayed in a completely different order than in the original list, often mixed in with tasks from bullet lists. The original numbers in this case just don't make sense.
149
+
>
150
+
> This is because they will usually be displayed in a completely different order than in the original list, often mixed in with tasks from bullet lists. The original numbers in this case just don't make sense.
0 commit comments