Skip to content

Commit 3d7673a

Browse files
committed
docs: Custom sorts can now access Query Properties
1 parent 88dee15 commit 3d7673a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/Scripting/Custom Sorting.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ publish: true
1818
- Find all the **supported tasks properties** in [[Task Properties]] and [[Quick Reference]].
1919
- A number of properties are only available for custom sorting, and not for built-in sorting instructions.
2020
- Find all the **supported query properties** in [[Query Properties]].
21-
- ==TODO Query properties are not yet supported in custom sorters.==
2221
- Learn a bit about how expressions work in [[Expressions]].
2322

2423
## Custom sorting introduction
@@ -40,12 +39,7 @@ The Reference section [[Task Properties]] shows all the task properties availabl
4039
The available task properties are also shown in the [[Quick Reference]] table.
4140
### Available Query Properties
4241

43-
The Reference section [[Query Properties]] shows all the query properties available for use via [[Placeholders]] in custom sorting.
44-
45-
Any placeholders in custom sorts must be surrounded by quotes.
46-
47-
> [!released]
48-
> Query properties and placeholders were introduced in Tasks 4.7.0.
42+
The Reference section [[Query Properties]] shows all the query properties available for use in custom sorting.
4943

5044
### Expressions
5145

0 commit comments

Comments
 (0)