Skip to content

Commit cdb74fd

Browse files
committed
docs: Add more info about query.allTasks
1 parent b72640f commit cdb74fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/Scripting/Query Properties.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ This page documents all the available pieces of information in Queries that you
5454
<!-- placeholder to force blank line after included text --><!-- endInclude -->
5555

5656
1. `query.allTasks` provides access to all the tasks that Tasks has read from the vault.
57-
1. See [[Task Properties]] for the available properties on each task in `query.allTasks`.
58-
1. `query.allTasks` was added in Tasks X.Y.Z.
57+
- If [[Global Filter|global filter]] is enabled, only tasks containing the global filter are included.
58+
- The [[Global Query|global query]] does not affect `query.allTasks`: all tasks tracked by the Tasks plugin are included.
59+
- See [[Task Properties]] for the available properties on each task.
60+
- `query.allTasks` was added in Tasks X.Y.Z.

0 commit comments

Comments
 (0)