Skip to content

Releases: cloudogu/reveal.js-docker

4.4.0-r3

09 Feb 23:14
4.4.0-r3
9f77c1a
Compare
Choose a tag to compare

Fixes #11 and #8. Finally.

4.4.0-r1: Upgrade to reveal.js 4.4.0

17 Jan 11:42
4.4.0-r1
272c0ee
Compare
Choose a tag to compare

Important note: This still does not fix #8: If you rely on printing your slides, double check if they are still working

See reveal.js release for feature upgrades and bugfixes

4.3.1-r3: Fix twemoji

17 Jan 11:31
4.3.1-r3
776275c
Compare
Choose a tag to compare

4.2.1-r5: Fix twemoji

17 Jan 11:30
4.2.1-r5
fc55373
Compare
Choose a tag to compare

Upgrade to reveal.js 4.3.1 and twemoji 14.0.2

05 Apr 14:27
4.3.1-r1
23188f7
Compare
Choose a tag to compare

Important note: This introduces #8: If you rely on printing your slides, double check if they are still working

See

Introduce separate title images for black/white theme

20 Dec 14:39
4.2.1-r3
12d222a
Compare
Choose a tag to compare

title-black.svg
image

title-white.svg
image

Can be used in conjunction with ENV THEME_CSS='cloudogu-black.css' like so, for example:

<!-- .slide: data-background-image="dist/theme/images/title-black.svg"  -->

Add keybinding to hide warp menu

20 Dec 14:34
4.2.1-r2
ddc5ad2
Compare
Choose a tag to compare
  • In Cloudogu Ecosystem: pressing w toggles warp menu.
  • Outside of Cloudogu Ecosystem: w is ignored

Upgrade to reveal.js 4.2.1

20 Dec 14:31
4.2.1-r1
f01d214
Compare
Choose a tag to compare
4.2.1-r1

   4.2.1-r1

Upgrade to reveal.js 4.2.0

24 Nov 16:07
4.2.0-r1
2e1e3dc
Compare
Choose a tag to compare
  • See reveal.js release for feature upgrades
  • Cloudogu themes: Increase visibility of code highlighting
  • Update fontawesome and twemoji (Unicode 13.1)

Theme fine tuning & multi-column layout

27 Oct 14:28
4.1.0-r4
ae6f633
Compare
Choose a tag to compare

Create simple flex box layouts like so:

<div class="container">
  <div class="column">
  Column 1
  </div>
  <div class="column">
  Column 2
  </div>
</div>