Parameters and metadata from external file #7149
Replies: 3 comments 9 replies
-
Beta Was this translation helpful? Give feedback.
-
So, at the moment, if I want both of these to work:
I should have two separate yaml matter:
And if I want them to be external files, params go to params.yml and used like I have tried |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use code in external metadata? index.qmd
metadata.yml
params.yml
Based on, shortcodes evaluated first and then code, this should work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
index.qmd
params.yml
quarto render index.qmd --execute-params params.yml
Two issues:
{{< meta params.dataset >}}
is not replaced correctly.Beta Was this translation helpful? Give feedback.
All reactions