Closed arminta7 closed 8 months ago
This shoudl already be the case. Do you have a full example of field that you would like to set with this syntax?
It does not showing nested fileds in manage fileds menu section even.
There is my frontmatter:
---
tags: [journal]
RHR:
weight:
glucose:
running:
distance:
duration:
avg_pace:
avg_hr:
max_hr:
workout_type:
---
It would be great if using the plugin you could set a value for example for the nested distance
field of the running
section.
after some tests: this could be feasible but only for frontmatter. But dataview inline fields don't support nested values atm. There's no great way to display them "inline" : JSON.stringifying and YAML.stringifying are ugly and not human readable imho And I don't see any other standard that could stringify an object that could be parsed and then used with a dotted notation.
I support the request to support YAML (frontmatter) object fields.
It would allow for better and more concise structuring and handling of the metadata.
I think this feature is covered by the recent addition of "Object" and "ObjectList" field types. I'll close this issue. Don't hesitate to open a new one based on the usage of those new field types if you need
Like Dataview, support something like page.link.property in formulas and lookups.