-
I'm currently working on a book using Quarto and struggling with the fact, that the TOC including section, subsections etc. is only visible on wide screens. This makes it very hard to navigate through a document on small screens like, e.g., on mobile phones, where one only sees the overview of the chapters (without sections, subsections etc.). Is there a way to integrate the complete TOC in this overview, i.e., including chapters, sections etc. (similar to the TOC in bookdown)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Thanks for your comment. Integrating (2) in (1) on small screens is exactly what I would like to have. If you have chapters with a lot of sections, it is quite cumbersome to swipe through the chapters in order to find a specific section or subsection. One could use the search functionality but then you need to know the names of the sections beforehand. Without the info of (2), you are loosing the information about the structure of the chapter. In fact, this is the only feature from bookdown which I am really missing after switching to quarto. Otherwise, there are so many new cool features why I also do not want to switch back. |
Beta Was this translation helpful? Give feedback.
Unfortunately with the current implementation I do not believe there is a way, or at least an easy one, to put (2) in (1).
One workaround would be to tweak css and place the TOC in the body (I did not try).