Skip to content

Commit fefe105

Browse files
committed
docs: Add links to Custom Sorting page
1 parent f6bc00d commit fefe105

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

docs/Queries/About Queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The only exceptions to this flexibility are:
8787

8888
- When [[Combining Filters]], the boolean operators such as `AND`, `OR` and `NOT` must still be capitalised.
8989
- In [[Regular Expressions]], the search pattern and flags are still case-sensitive.
90-
- The code in expressions in [[Custom Filters]] and [[Custom Grouping]] remain case-sensitive.
90+
- The code in expressions in [[Custom Filters]], [[Custom Sorting]] and [[Custom Grouping]] remain case-sensitive.
9191

9292
### Why is my query not working?
9393

docs/Queries/Line Continuations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Explanation of this Tasks code block query:
4242
```
4343
<!-- endSnippet -->
4444

45-
This facility will be helpful for long [[Combining Filters]], [[Custom Filters]], and [[Custom Grouping]] lines, and other queries that may be difficult to read on one line.
45+
This facility will be helpful for long [[Combining Filters]], [[Custom Sorting]], and [[Custom Grouping]] lines, and other queries that may be difficult to read on one line.
4646

4747
There are some more realistic examples towards the end of the [[Grouping#Due Date|Due date custom grouping examples]].
4848

docs/Scripting/Expressions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ publish: true
2222
- The expression is a string instruction.
2323
- As of Tasks 4.4.0, variables, functions, `if` blocks and similar can be used. See [[#More complex expressions]].
2424
- As of Tasks 5.0.0, long expressions can be written over multiple lines thanks to [[Line Continuations]].
25-
- Depending on the context, one or two tasks are passed in to the expression, and a calculation is performed.
26-
- As of Tasks 4.0.0, in fact only a single task is passed in, to implement [[Custom Grouping]].
25+
- One task is passed in to the expression, and a calculation is performed.
26+
- As of Tasks 4.0.0, a single task is passed in, to implement [[Custom Grouping]].
2727
- As of Tasks 4.2.0, a single task is passed in, to implement [[Custom Filters]].
28+
- As of Tasks X.Y.Z, a single task is passed in, to implement [[Custom Sorting]].
2829
- Tasks then calculates a value from the inputs.
2930

3031
## Example expressions

docs/Scripting/Query Properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ In a growing number of locations, Tasks allows programmatic/scripting access to
1717

1818
- [[Placeholders]]
1919
- [[Custom Filters]]
20+
- [[Custom Sorting]]
2021
- [[Custom Grouping]]
2122

2223
This page documents all the available pieces of information in Queries that you can access.

docs/Scripting/Task Properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ publish: true
1414
In a growing number of locations, Tasks allows programmatic/scripting access to values in your Tasks:
1515

1616
- [[Grouping#Custom Groups]]
17+
- [[Sorting#Custom Sorting]]
1718
- [[Filters#Custom Filters]]
1819

1920
This page documents all the available pieces of information in Tasks that you can access.

0 commit comments

Comments
 (0)