Spaces or links allowed in Dataview fields? #964
-
I'm wondering if I could mimic Roam attributes, which use the same double colon syntax for key/value pairs. In Roam, the attribute is a clickable link that leads to a note of that title. For example: If I had one of these in Obsidian: Neither of these work:
or
as they are interpreted literally and fill the entire column with that as the value instead of the value of the field. According to the documentation, there is a reference type: What is the proper syntax for referencing a simple field? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In dataview, you can refer to multiword fields in two ways:
|
Beta Was this translation helpful? Give feedback.
In dataview, you can refer to multiword fields in two ways:
row["Homework For Life"]
.row
is a magic keyword which references everything in the current datarow/page in the query.homework-for-life
. You can use this in your query.