Skip to content

Commit 1aca903

Browse files
committed
docs: Better heading name for section that covers more than Placeholders
1 parent 8ea25fd commit 1aca903

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Getting Started/Obsidian Properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ group by function \
183183
return value ? window.moment(value).format('YYYY MMMM') : 'no date'
184184
```
185185

186-
## Using Query Properties in Placeholders
186+
## Using Query Properties in Searches
187187

188188
> [!released]
189189
> Use of Obsidian properties in placeholders was introduced in Tasks X.Y.Z.

docs/Scripting/Placeholders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Explanation of this Tasks code block query:
7777
> [!released]
7878
> Use of Obsidian properties in placeholders was introduced in Tasks X.Y.Z.
7979
80-
It is now possible to use properties in the query file. See [[Obsidian Properties#Using Query Properties in Placeholders]]
80+
It is now possible to use properties in the query file. See [[Obsidian Properties#Using Query Properties in Searches]]
8181

8282
## Error checking: invalid variables
8383

docs/What is New/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas
1414

1515
- X.Y.Z:
1616
- Add `query.file.hasProperty()` and `query.file.property()` in custom filters
17-
- Add `{{query.file.hasProperty()}}` and `{{query.file.property()}}` in placeholders - see [[Obsidian Properties#Using Query Properties in Placeholders|Using Query Properties in Placeholders]].
17+
- Add `{{query.file.hasProperty()}}` and `{{query.file.property()}}` in placeholders - see [[Obsidian Properties#Using Query Properties in Searches|Using Query Properties in Placeholders]].
1818
- Placeholders can now call functions and contain expressions.
1919
- New [[Query File Defaults]] facility allows easy customising of all the
2020
Tasks searches in a file, by editing properties

0 commit comments

Comments
 (0)