Replies: 9 comments 7 replies
-
You can't using Quarto or Pandoc. Note that you are going to lose cross-reference between section. May I ask why you want to split the document without actually splitting it? |
Beta Was this translation helpful? Give feedback.
-
Perhaps I did not explain myself clearly enough. |
Beta Was this translation helpful? Give feedback.
-
If I select a Quarto book project, then each chapter would be a different *.qmd file, right? |
Beta Was this translation helpful? Give feedback.
-
Well, I am just developing from what I have learned, which is single HTML pages through markdown. Up to recently, what I needed to do was of moderate size and worked very nicely. I am now facing more complex reports, which start to take very long to load and there is no real advantage on rendering them in 1 single HTML file. |
Beta Was this translation helpful? Give feedback.
-
In both cases (website and Book), is it possible to set code folding? This is not possible with bookdown, which is the reason I discarded using it. |
Beta Was this translation helpful? Give feedback.
-
To sum up part of the discussion
So for this question, yes it will be one .qmd file to render to one single .html file, with some feature to organize navigation between each files. You should try out and see if everything is working for your usage. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
From the doc you kindly indicate my "Sidebar" is empty. What do I have to do to get sections in my "sidebar"? I just get the index for one single page. |
Beta Was this translation helpful? Give feedback.
-
Yes, I can achieve what I need with a Quarto website including a _quarto.yml based on https://quarto.org/docs/websites/website-navigation.html#side-navigation |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In the case of html otput, eg:
how may I get independent HTML files for each main section?
Beta Was this translation helpful? Give feedback.
All reactions