Rerun directives
parent
bc561eb723
commit
92399f8909
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in New Issue