-
DescriptionHey, I'm just curious because the command that I have titled this post as is what I use very often. Its default behavior is to open up the new local host at the port created in your default browser. This is quite annoying, and I feel like the default behavior should be just to show the link in the terminal and that's it. I'm happy to make the PR to input this change, but I first want to understand if there's a specific reason why the workflow is such currently. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
|
I think you are asking why Quarto doesn’t open the page using This is because many web features (like fetching resources across domains) don’t work with local files. |
Beta Was this translation helpful? Give feedback.
-
If you are talking about the default of We won't change default to use |
Beta Was this translation helpful? Give feedback.
If you are talking about the default of
quarto previewto open a browser, seequarto preview --helpabout--no-browseror even--no-serveWe won't change default to use
--no-browserbut…