Skip to content

Inherit (but override) frontmatter when using Meta Bind Embeds #257

@scottTomaszewski

Description

@scottTomaszewski

Is your Feature Request Related to a Problem?

Im trying to have default values in a Meta Bind Embed note available in the note that contains the embed.

Describe the Feature you'd Like

Frontmatter in the note that's embedded should be available to the embedding note, but the embedding note should be able to override fields

Additional Context

File: test.md

---
foo: bar
---

~~~meta-bind-embed
[[test2]]
~~~

File: test2.md

---
hey: "rawr"
---

`=this.foo`
`=this.hey`

image

In this example, I show that test.md is unable to display the rawr value of the hey field since its defined in test2.md. This feature request would allow the rawr to display.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or requestwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions