Rerun directives

pull/503/head
Zef Hemel 2023-08-04 21:18:32 +02:00
parent bc561eb723
commit 92399f8909
1 changed files with 8 additions and 8 deletions

View File

@ -42,10 +42,10 @@ This attaches an attribute to an item:
Example query: Example query:
<!-- #query item where page = "Attributes" and itemAttribute = "hello" --> <!-- #query item where page = "Attributes" and itemAttribute = "hello" select name, itemAttribute -->
|name|itemAttribute|page |pos | |name|itemAttribute|
|----|-----|----------|----| |----|-----|
|Item|hello|Attributes|1106| |Item|hello|
<!-- /query --> <!-- /query -->
This attaches an attribute to a task: This attaches an attribute to a task:
@ -54,8 +54,8 @@ This attaches an attribute to a task:
Example query: Example query:
<!-- #query task where page = "Attributes" and taskAttribute = "hello" --> <!-- #query task where page = "Attributes" and taskAttribute = "hello" select name, taskAttribute -->
|name|done |taskAttribute|page |pos | |name|taskAttribute|
|----|-----|-----|----------|----| |----|-----|
|Task|false|hello|Attributes|1382| |Task|hello|
<!-- /query --> <!-- /query -->