-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to 4.1.0 #84
Comments
I haven't tried before (to be honest, I do not know how to setup my environment to install and work with a customized/forked version of a library), but I'd try following this guideline https://revealjs.com/upgrading/ within the |
Hi @drfurtado! Thanks for the pointer, @ccamara, I think I have a fully-working up to date version of the package! I had to change a couple more things, but I haven't encountered any problem so far with the presentation I am currently designing right now. I also added a couple more plugins for fun. If you want to give it a try, you can have a look in my repo or you can simply install my forked package using the devtools package:
Feel free to give any feedback, it is the first time I try to update a package on my own! |
Hi @SamGuay , Glad to hear that! I have installed your version, and at first sight it seems to work fine, although I didn't manage to make speaker view work (usually it get's triggered by pressing Also, you might want to create a Pull Request to this repo (I do not know how alive and how prone to accept PR it is, though) |
Thanks for the feedback! This was definitely a trial, I will have more time to clean my repo and make a clean PR this weekendish! Speaker notes work on my end, but I did play with the template, so I'd have to double-check whether the speaker notes were enabled by default. I'll make sure the google fonts are also included as @karldw mentioned in #79. In the meantime, here's a little upgrade I was able to produce, if you think that's a must, I can make it more portable and include it in the PR as well. It is not perfect yet, but it meets my need to highlight some lines in my presentation tomorrow! |
We'll want to upgrade this package to v4.1.2: https://github.com/hakimel/reveal.js/releases/tag/4.1.2 @cderv this is because this most recent release includes:
Note that Pandoc 2.9.2.2 and later can use reveal.js 4.x: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides |
Apparently, I took a very long weekend 😄. I can work on upgrading to 4.1.2 and open a PR if you welcome them @apreshill ? Thanks |
@SamGuay, files: test.Rmd
_output.yaml
|
|
Can you open a new issue about this ? Specific to this Pandoc update, with the error message you get. We will look into it and try to adapt to Pandoc changes so that it works in both version. Also if you could try version 2.14.1 b/c they change some stuff in the template in this version. Thank you ! |
revealjs R package has been update to last reveal.js available which is 4.1.2 Main feature have been keep with (almost) no breaking change. See NEWS file. Update was about the JS library only and no new feature are supported yet. So some features from revealjs 4.1.2 are not supported by the R package. Hope it is fine. Please help test that everything is working as expected. Thank you ! remotes::install_github("rstudio/revealjs") |
How do I upgrade to revealjs 4.1.0?
Much appreciated.
The text was updated successfully, but these errors were encountered: