Replies: 2 comments 3 replies
-
You might want to look into the other related discussions: https://github.com/quarto-dev/quarto-cli/discussions?discussions_q=is%3Aopen+toc+label%3Arevealjs |
Beta Was this translation helpful? Give feedback.
-
I think the fix from #3671 is not working as intended. I'll patch this to fix, and add a test to confirm. Empty bullet point in TOC should not be shown - we are supposed to remove them as Pandoc post processing.
the The Menu plugin with TOC on the sidebar is more complete, and offers more configuration. It is a Revealjs Feature as a plugin. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Dear all,
I'm working on my first set of slides with Quarto after being deeply impressed by its other functionalities.
However, I'm facing a similar issue like the one described in #3671: Since I do not want sections represented as endless scrollable slides, I wish to have more than one slide per section. If I create a new slide (without a title) by using
---
, these slides show up as empty bullet points in the TOC (see below). How can I change this so the TOC only shows those slides which have an explicit title? Alternatively, is there a way to have several slides with the same title but only one entry in the TOC?My apologies if this question has already been answered elsewhere. I tried my best to study the existing answers but couldn't get my head around them.
Many thanks for your help in this matter!
Reproducible example:
Edit: I tried fiddling with the
{.unlisted}
option in the headings. This seems to work for first-level headings but not for second-level headings.Beta Was this translation helpful? Give feedback.
All reactions