Closed benubah closed 9 months ago
That would be an other of my plugins: https://github.com/Martinomagnifico/quarto-simplemenu
That would be an other of my plugins: https://github.com/Martinomagnifico/quarto-simplemenu
Wow! Thanks! How can I get the navigation arrows to show at the bottom-right just like in the Appearance template?
That’s just a setting in demo.qmd: controls-layout: bottom-right
. See this file: https://github.com/martinomagnifico/quarto-appearance/blob/main/demo.qmd
Yes, it is there in the quarto-simplemenu code: https://github.com/Martinomagnifico/quarto-simplemenu/blob/main/demo.qmd#L12 , but it does not appear in the when we render as seen here: https://martinomagnifico.github.io/quarto-simplemenu/docs/demo.html#/slide-1
Alright, I see that for quarto-simplemenu, I need to set controls: true
before controls-layout: bottom-right
can work.
Ah good catch, I’ll add it to the demo as well. Will close the issue. Thanks!
Hi,
This theme looks lovely...thanks for providing it
Is there a way to add a navigation bar or table of contents so that the user sees where they're at as they move through the presentation?