Add support for inline metadata (DataView) #334
Replies: 3 comments 1 reply
-
Hi! Thank you for your suggestion! 🙂 It's a great idea! I haven't thought about this before, but it sounds reasonable. I need to make some desing decisions: Will it be a feature of {{yaml_value}} or a new variable? a) A new variable ⬅️ Edit 2024-07-21: I think this will be the way to go.If it's a new variable, the name might be e.g. Edit 2024-07-21: Maybe the variable could disappear from autocomplete menu, if the Dataview plugin is not installed? b) Part of
|
Beta Was this translation helpful? Give feedback.
-
Thank you for looking into this! And yes! It makes sense to separate out |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm wondering if there's any progress on this? EDIT: It's possible to workaround this by doing something like this:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This fantastically useful plugin now supports referencing YAML frontmatter in variable replacements,
{{yaml_value.foo.bar}}
.Would it be possible to add support for DataView style metadata as well? E.g.,
And being able to reference
{{yaml_value.baz}}
or{metadata.baz}}
.Beta Was this translation helpful? Give feedback.
All reactions