-
Notifications
You must be signed in to change notification settings - Fork 431
document-level renderings option #12577
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestmetadataIssues involving metadata resolution in quarto-cli cells, documents, and projects.Issues involving metadata resolution in quarto-cli cells, documents, and projects.themesRelated to HTML theming or any other style related issue (like highlight-style)Related to HTML theming or any other style related issue (like highlight-style)
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmetadataIssues involving metadata resolution in quarto-cli cells, documents, and projects.Issues involving metadata resolution in quarto-cli cells, documents, and projects.themesRelated to HTML theming or any other style related issue (like highlight-style)Related to HTML theming or any other style related issue (like highlight-style)
It would be nice to be able to specify
renderingsonce at document level, when all the cells are going to have e.g.renderings: [light, dark]I attempted this in 1.7 in #12485, but didn't completely think it out.
It can't be done in just Lua, because the setting needs to be available to the engine (for echo coalescing in knitr) and user code.
Let's discuss and try again in 1.8