Documentation for all YAML options #6585
Replies: 4 comments 7 replies
-
Do you mean a single page? There are about 1000 different YAML options, we don't think a single page like that would be helpful. With that said, we do have an entry point for YAML options here, and it should be searchable as well: https://quarto.org/docs/reference/ |
Beta Was this translation helpful? Give feedback.
-
This should not be in references, this took me absolutely forever to find. I think it should be in reveal js overview slides, where in any of those slides was i supposed to find this: https://quarto.org/docs/reference/ |
Beta Was this translation helpful? Give feedback.
-
Thank you! A single overview/scope list of YAML options is perfect. I'm shocked it wasn't already available! |
Beta Was this translation helpful? Give feedback.
-
Just to provide a motivating example for an index-like full reference: I came here because I have habitually used the following on both RStudio + RMarkdown and Quarto + Positron
And I was trying to find out a) if I can specify this option in a And after some googling around and not directly useful information on the quarto website I ended up here, and still have no idea which other As much as I appreciate everything quarto can do, I regularly get confused with YAML options and at which point exactly I can or can not use which options, particularly with the layers of Quarto project level / quarto format level / pandoc / execution level (knitr in my case), and often the website has me running around in circles 😅 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi there,
I'm often finding myself bouncing around Quarto documentation, looking for a specific tweak that could be enabled through a YAML setting. It would be nice if there was a page documenting ALL the options. Does this exist?
With my friend Chat G., I wrote a quick and dirty scraper for all
.qmd
files in the quarto-web repo and came up with the following list of YAML keys (indentation preserved). Could this be a starting point?This isn't a full list - the script is only looking at the frontmatter (stuff between triple dashes).
To reproduce:
where
find_yaml.sh
is:Beta Was this translation helpful? Give feedback.
All reactions