Why does Cmd/Ctrl + Shift + K run quarto preview instead of quarto render, as it did with RStudio? #7848
Replies: 2 comments 2 replies
-
This behavior comes from the Quarto extension, but I may not be understanding the difference you are thinking of. The command to render only does that, i.e. generates the new output file, while the command to preview first renders and then shows you that new output file in the Viewer pane. Are you saying you want a keyboard shortcut that will render your document but will not show you the output visually? Only runs the command to render in the terminal but does not pop up the results for you to see? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks!
…On Fri, May 30, 2025 at 4:21 PM Julia Silge ***@***.***> wrote:
No worries! Do be aware that you can open up as many terminals as you want
in Positron, so if your terminal is busy rendering your Quarto file but you
need a new terminal, you can pop open a new one:
Screenshot_2025-05-30_at_8_19_26.AM.png (view on web)
<https://github.com/user-attachments/assets/c5954984-ae9f-4cea-96d2-f84c7e9ecc89>
—
Reply to this email directly, view it on GitHub
<#7848 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCXRE4ZWIULTL2CRADJZUL3BBSM3AVCNFSM6AAAAAB6ARHTJWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMZSGIYDQOA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I may have this wrong, but:
In RStudio,
Cmd/Ctrl + Shift + K
runs quarto render. This has always seemed like excellent default behavior to me.In Positron,
Cmd/Ctrl + Shift + K
runs quarto preview.Is there a reason for the switch?
If you are looking for feedback, I certainly prefer quarto render as the default behavior, mainly because I teach beginners and they find the preview state to be confusing.
Beta Was this translation helpful? Give feedback.
All reactions