uphy / revealjs-docker

Simplified Reveal.js server
1 stars 2 forks source link

Update to the latest version ? #1

Open etienneleba opened 2 years ago

etienneleba commented 2 years ago

Hi,

This repo is pretty awesome, do you plan to update it to the new revealjs version ?

uphy commented 2 years ago

I'm upgrading reveal.js to 4.2.1. https://github.com/uphy/revealjs-docker/tree/4.2.1

Can you try docker image uphy/reveal.js:4.2.1?

etienneleba commented 2 years ago

Whoua ! Thx for your answer I will try it and give you my feedback

etienneleba commented 2 years ago

I tested it and it is working well ! I just have a question, is there a simple way to add custom plugins ? :thinking:

uphy commented 1 month ago

Please update index.html.tmpl.

https://revealjs.com/plugins/

Define <script> tag to load the plugin.

<script src="plugin/markdown/markdown.js"></script>

Then, specify the plugin in the config.yml

revealjs:
  ...
  plugins: [ Markdown ]
uphy commented 1 month ago

Also, I've updated to 5.1.0.

Please use this image: ghcr.io/uphy/reveal.js:5.1.0