Hello,
How can I make dataview make a a “table” if my metadata is in YAML? Right now, it can only “list”. I can only get the table function to work if it doesn’t have the trip hyphen thingamijig at the begging of my notes but rather double colons.
---
somefield: some text
---
It is theoretically possible because if I put double colons, it WILL show up in dataview
---
somefield:: some text
---
But then the new properties feature messes it up because if you toggle it on and off, it puts quotation marks around it like so
---
"somefield:": some text
---
What I’m trying to do
Table the YAML fields in my notes without needing to use in-line double colons.
Things I have tried
Hello,
How can I make dataview make a a “table” if my metadata is in YAML? Right now, it can only “list”. I can only get the table function to work if it doesn’t have the trip hyphen thingamijig at the begging of my notes but rather double colons.
---
somefield: some text
---
It is theoretically possible because if I put double colons, it WILL show up in dataview
---
somefield:: some text
---
But then the new properties feature messes it up because if you toggle it on and off, it puts quotation marks around it like so
---
"somefield:": some text
---