You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the feature (or free riding feature) rely on the per side footer overwrite using a slidechanged event which does not happen when presentation is loaded first time
Uh oh!
There was an error while loading. Please reload this page.
Bug description
This relates to discussion in #825 and comment in #1391 (comment)
When a custom footer is set to
It is possible to hide it on a specific slide using the trick of inserting an empty slide footer
However, this does not work on first slide at first
This is because the feature (or free riding feature) rely on the per side footer overwrite using a
slidechanged
event which does not happen when presentation is loaded first timequarto-cli/src/resources/formats/revealjs/plugins/support/support.js
Lines 117 to 133 in 763b0ed
This means that in the example above if you go to slide 2 then back to slide 1, it will hide the footer.
Hiding footer on title slide can be useful when you want to do a custom one like in #1391 (comment) example (https://github.com/giabaio/quarto-slides/blob/main/assets/title-slide.qmd)
Having a real mechanism to hide a footer (like adding
.no-footer
class on a slide maybe ?) would be a plusThe text was updated successfully, but these errors were encountered: