rstudio / revealjs

R Markdown Format for reveal.js Presentations
Other
325 stars 86 forks source link

Update chalkboard & menu plugin #116

Closed cderv closed 2 years ago

cderv commented 2 years ago

It does not come with Pandoc reveal. This is a special addition of this package. Maybe it needs some updating as it seems some features are not working (like color picker)

https://github.com/rajgoel/reveal.js-plugins/blob/master/chalkboard/README.md

cderv commented 2 years ago

Maybe not as easy because this could break previous work.

For example, color is no more in configuration key since https://github.com/rajgoel/reveal.js-plugins/blame/472eee66f21b7d02c098f564b75502ed8319004b/chalkboard/README.md#L129

The new config is here since 3.9 https://github.com/rajgoel/reveal.js-plugins/commit/94ab4304095429223803c94b3fdc518159ea2ffd

cderv commented 2 years ago

I believe this is required to work with reveal 4.1+.

Currently, it does not work with #136

cderv commented 2 years ago

We need to update both for reveal 4.

Note: They use rmarkdown::html_dependency_font_awesome() to bring the fontawesome library.

For menu, loadIcons should be set to false.