Coder Social home page Coder Social logo

reveal.js-coursemod's Introduction

reveal.js - Coursemod

Giving a presentation is great, but sometimes (or most of the times in my case) I also want to publish my presentation for my audience to review it later. By doing this a lot of the context might get lost (not everything you say in class is on the presentation), but not anymore!

With this plugin you are able to start your presentation with the speaker notes next to it.

##Installation First of all download the coursemod folder (javascript and css) and place it in plugin/

The second thing to do, is include it as a dependency in your initialization. And enable it.

Reveal.initialize({
    ...
    coursemod: {
    	enabled: true
    },
    ...
    dependencies: [
        ...
        { src: 'plugin/coursemod/coursemod.js', async: true}
    ]
});

That's all for installation

##Configuration As you have already seen in the installation part I have added an extra config block for this plugin. This block needs to be passed along to Reveal.initialize().

coursemod: {
	enabled: true, //enable or disable the plugin, default to false
	shown: true //immediatly show the course notes view, this defaults to true if not present.
}

###Overriding the shown config You can override the shown parameter on a slide to slide basis. You just have to add data-coursemod-shown = "true" (or false) to the slide (<section>) you want to override and it will be done. ##Usage in presentation If you want to toggle the coursemode, I have also added an event to the V key. so pressing V with the plugin enabled will show or hide the notes view.

reveal.js-coursemod's People

Contributors

egrosclaude avatar sonaryr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.