File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff 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
248244Consider a file with the following example properties (or " Frontmatter" ):
You can’t perform that action at this time.
0 commit comments