Is it possible to change the default page opened by quarto preview
?
#9398
Answered
by
mcanouil
nickvigilante
asked this question in
Q&A
-
DescriptionWe have a site with over 500 documents. When running Anyway, we'd like to set the default page after |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Apr 18, 2024
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nickvigilante
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run
quarto preview input.qmd
and possibly usefreeze
.I never seen this behaviour, Quarto either display the input from your
quarto preview
or when rendering/previewing a project, the "index" if there is one.So, I'm not sure what you mean here as the "rendering order" is not what defines the page to be displayed in the preview.
At least in VSCode, when using the "Preview" button from the Quarto extension for VSCode, it does set the input which then open the preview to the matching page.