Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to bind target to nested properties #401

Closed
lotusccong opened this issue Aug 18, 2024 · 1 comment
Closed

How to bind target to nested properties #401

lotusccong opened this issue Aug 18, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@lotusccong
Copy link

Page

N/A

Issue or Enhancement

I have the following nested frontmatter properties -
readdates:

  • started: 2023-08-10
    finished: 2023-08-15
  • started: 2023-09-05
    finished: 2023-09-12

It seems that I can't find a to use the input fields to bind target to started and finished nested properties.

@lotusccong lotusccong added the documentation Improvements or additions to documentation label Aug 18, 2024
@mProjectsCode
Copy link
Owner

See Properties with Spaces and Nested Properties. In your case you would want readdates[0].started, or readdates[1].finished, ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants