Skip to content

Commit 90d5940

Browse files
committed
docs: Update docs for support for 1) list items
1 parent a661bbb commit 90d5940

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

docs/Getting Started/Getting Started.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ Now Tasks tracks that you need to take out the trash!
2626
>
2727
> + [ ] task starting with a plus sign
2828
>
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
3032
> ```
3133
3234
> [!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.
3438
3539
To list all open tasks in a markdown file, simply add a [[About Queries|query]] as a tasks code block like so:
3640
@@ -118,7 +122,9 @@ We are tracking this in [issue #2061](https://github.com/obsidian-tasks-group/ob
118122
Tasks can read tasks that are in **numbered lists**.
119123

120124
> [!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.
122128
123129
For example:
124130

@@ -128,12 +134,20 @@ For example:
128134
3. [ ] Do following step
129135
```
130136

137+
or:
138+
139+
```markdown
140+
1) [ ] Do first step
141+
2) [ ] Do next step
142+
3) [ ] Do following step
143+
```
144+
131145
Editing and toggling tasks in numbered lists works fine: the original number is preserved.
132146

133147
> [!warning]
134148
> 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.
137151
138152
### Tasks in Blockquotes and Callouts
139153

0 commit comments

Comments
 (0)