Update README to v2.0.0 functionality.

dev^2
Hoffelhas 2023-01-15 15:50:00 +01:00 committed by GitHub
parent 78dca0483e
commit 8fe99f4942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,14 +43,14 @@ For a more GTD-like workflow, you can use Todoist filters to create a clean and
## Sequential processing
If a project, section, or parentless task ends with `-`, the tasks will be treated as a priority queue, where only the first task that is found is labeled. If a task contains sub-tasks, the first lowest task is labeled instead.
If a project, section, or parentless task ends with a dash `-`, the tasks will be treated suquentially in a priority queue, where only the first task that is found is labeled. If a task contains sub-tasks, the first lowest task is labeled instead.
[UPDATE FIGURE]
![Serial task](https://i.imgur.com/SUkhPiE.gif)
## Parallel processing
If a project, section, or parentless task name ends with `=`, all tasks will be treated in parallel. A waterfall processing is applied, where the lowest possible (sub-)tasks are labelled.
If a project, section, or parentless task name ends with an equal sign `=`, all tasks will be treated in parallel. A waterfall processing is applied, where the lowest possible (sub-)tasks are labelled.
[UPDATE FIGURE]
![Parallel task](https://i.imgur.com/NPTLQ8B.gif)