This project is not covered by Drupal’s security advisory policy.

Reveal.js Node

Introduction

This module creates an new node bundle 'reveal_js_presentation' that
will be displayed as reveal.js slides.

Installation

Best install this module via composer

composer require drupal/revealjs_node

This will also install the base-module revealjs. See the readme of that module for instructions to install the javascript-library.

Add this patch patch to 'extra' section of your composer.json.

    "patches": {
      "drupal/revealjs": {
        "correct library path": "https://www.drupal.org/files/issues/2018-10-11/3004748-4.patch"
      }

This will correctly display the reveal.js status on your site's status report.

Similar modules

revealjs displays a view
as reveal.js presentation.

slides presentation
creates a custom entity type, that will be displayed as presentation.

MAINTAINERS

This module
* mmbk (https://www.drupal.org/u/mmbk)

revealjs module:
* B-Prod (https://www.drupal.org/u/b-prod)

Framework Reveal.js:
* Hakimel (https://github.com/hakimel)

Project information

Releases