This commit is contained in:
Zef Hemel
2023-11-11 14:28:46 +01:00
parent c92502b5c2
commit 51e3dd72e8
14 changed files with 99 additions and 39 deletions
+9
View File
@@ -66,6 +66,15 @@ And can be queried as follows:
taskstate where page = "{{@page.name}}"
```
## template
$template
Indexes all pages tagged with `#template`. Technically this is not a built-in, but well list it here anyway. See [[Templates]] for more information on templates.
```query
template
```
## item
$item
List items (both bullet point and numbered items) are indexed by default with the `item` tag, and additional tags can be added using [[Tags]].