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
Move the older ones down to the top of the comment block below...
14
14
-->
15
15
16
+
- X.Y.Z:
17
+
-`query.allTasks` is now available in custom searches: see [[Query Properties#Values for Query Search Properties|query search properties]].
16
18
- 6.0.0:
17
19
- Add [[Custom Sorting|custom sorting]].
18
20
- Document the [[Sorting#Default sort order|default sort order]].
19
21
-**Warning**: This release contains some **bug-fixes** to **sorting** and to treatment of **invalid dates**.
20
22
- The changes are detailed in [[breaking changes#Tasks 6.0.0 (19 January 2024)|breaking changes]], even though they are all improvements to the previous behaviour.
21
23
- You may need to update any CSS snippets for the Edit or Postpone buttons: see [[How to style buttons]].
22
-
- 5.6.0:
23
-
- The [[Postponing|postpone]] menu now offers `today` and `tomorrow`.
24
-
- 5.5.0:
25
-
- The [[Create or edit Task]] modal can now edit Created, Done and Cancelled dates
26
-
- Add support for [[Dates#Cancelled date|cancelled dates]].
27
24
28
25
> [!Released]- Earlier Releases
29
26
>
27
+
> - 5.6.0:
28
+
> - The [[Postponing|postpone]] menu now offers `today` and `tomorrow`.
29
+
> - 5.5.0:
30
+
> - The [[Create or edit Task]] modal can now edit Created, Done and Cancelled dates
31
+
> - Add support for [[Dates#Cancelled date|cancelled dates]].
30
32
> - 5.4.0:
31
33
> - Add [[Layout#Full Mode|'full mode']] to turn off `short mode`.
32
34
> - Add any [[Grouping|'group by']] and [[Sorting|'sort by']] instructions to [[Explaining Queries|explain]] output.
Copy file name to clipboardExpand all lines: docs/Scripting/Query Properties.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,3 +42,17 @@ This page documents all the available pieces of information in Queries that you
42
42
1. The presence of `.md` filename extensions is chosen to match the existing conventions in the Tasks filter instructions [[Filters#File Path|path]] and [[Filters#File Name|filename]].
43
43
1.`query.file.pathWithoutExtension` was added in Tasks 4.8.0.
44
44
1.`query.file.filenameWithoutExtension` was added in Tasks 4.8.0.
45
+
46
+
## Values for Query Search Properties
47
+
48
+
<!-- placeholder to force blank line before included text --><!-- include: QueryProperties.test.query_search_properties.approved.md -->
49
+
50
+
| Field | Type | Example |
51
+
| ----- | ----- | ----- |
52
+
|`query.allTasks`|`Task[]`|`[... an array with all the Tasks-tracked tasks in the vault ...]`|
53
+
54
+
<!-- placeholder to force blank line after included text --><!-- endInclude -->
55
+
56
+
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`.
0 commit comments