generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed as not planned
Labels
feature requestNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
Description
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`
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
Labels
feature requestNew feature or requestNew feature or requestwontfixThis will not be worked onThis will not be worked on
