[Feature request] Chunk echo, output, warnings etc to different tabs #3971
Replies: 2 comments
-
How Quarto would guess the type of content in a code cell (R, Python, Julia, Observable, ...)? 🤔 I believe this is more about how you design your slide, using "layout" options (especially in Also, you can use Another approach if to generate the content how you want it to appear using |
Beta Was this translation helpful? Give feedback.
-
This is likely possible to do today with quarto 1.3 and Lua filters. You could start by looking at the Pandoc native output with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
I'm preparing materials for a course on the R ecosystem for PhD students .. so naturally, I prepare my presentations as quarto documents.
I'm currently using callouts with collapse=true .. and it works just fine, albeit the expanding/collapsing does make it a bit difficult for the students follow the plot, when the text moves around with expand/collapse.
Suggested feature
I suggest a feature to split the output generated by a chunk into tabs -- by output I mean i) the text/tables/figures generated by code, ii) the echoed code it self, iii) any warnings or errors.
This would make for a neat way to present code and output in a visually pleasing way in presentations, webpages, etc
Beta Was this translation helpful? Give feedback.
All reactions