Skip to content

Commit c3180d6

Browse files
author
Michael Brenan
committed
Fix #1231: Add note for parenthesis syntax.
1 parent 898e625 commit c3180d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/data-annotation.md

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ You can add fields to a markdown page in three different ways:
3434
```markdown
3535
I would rate this a [rating:: 9]! It was [mood:: acceptable].
3636
```
37+
There is also the alternative parenthesis syntax, which is functionally similar to brackets but hides the key when
38+
rendered in Reader mode:
39+
```markdown
40+
This will not show the (very long key:: key).
41+
```
3742

3843
3. **Implicit**: Dataview annotates pages with a large amount of metadata automatically, like the day the file was
3944
created (`file.cday`), any associated dates (`file.day`), links in the file (`file.outlinks`), tags (`file.tags`),

0 commit comments

Comments
 (0)