(no title)
jmcphers | 6 months ago
Out of curiosity, do you prefer source or visual mode when working with inline Quarto output?
You can follow the Positron feature request over here: https://github.com/posit-dev/positron/issues/5640
jmcphers | 6 months ago
Out of curiosity, do you prefer source or visual mode when working with inline Quarto output?
You can follow the Positron feature request over here: https://github.com/posit-dev/positron/issues/5640
j_bum|6 months ago
Thanks for listing this feature request... It's pretty shocking to me to see that so many people don't use inline plots! I am particularly fond of them for ensuring that plot dimensions are correct so that I don't need to resize everything once I render a report and add it to my Quarto website.
From curiosity on my end - are inline plots a technically challenging problem? I have no idea if VSCode would enable something like this out of the box. :)
jmcphers|6 months ago
https://github.com/posit-dev/positron/issues/3676
Inline plots are pretty challenging, especially in source mode since (so far) Positron mostly lets the Monaco editor surface do its thing. In visual mode, we've already got our own custom webview so there's an easier onramp.