Skip to content

Commit a6842e3

Browse files
committed
docs: add link to 'Query File Defaults'
1 parent 1aabf7e commit a6842e3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/Getting Started/Obsidian Properties.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,9 @@ It can be used in queries in several ways:
227227
return task.description.toLowerCase().includes(propertyLower);
228228
```
229229

230+
> [!tip]
231+
> See also [[Query File Defaults]] for built-in properties automatically supported by Tasks searches.
232+
230233
> [!warning] Using properties with no value
231234
> Currently when a property in a placeholder is not set:
232235
>
@@ -236,13 +239,6 @@ It can be used in queries in several ways:
236239
> [!Info]
237240
> In a future release, we will likely allow Tasks to silently ignore built filters created from properties that have no value.
238241

239-
> [!Info]
240-
> In a future release, we will likely introduce standard property names for instructions that will automatically be included inside Tasks queries.
241-
> Perhaps:
242-
>
243-
> - tasks-search-explain: true/false
244-
> - tasks-search-limit: number
245-
246242
## How does Tasks interpret Obsidian Properties?
247243

248244
Consider a file with the following example properties (or "Frontmatter"):

0 commit comments

Comments
 (0)