Coder Social home page Coder Social logo

sethosii / reveal.js-jump-plugin Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 2.0 11 KB

The functionality of this plugin is now included in reveal.js 4.5.0: https://revealjs.com/jump-to-slide/. Plugin for reveal.js that allows to switch between slides by typing the slide number followed by enter. Currently not ready for the new plugin system in reveal.js version 4.

License: GNU Lesser General Public License v3.0

JavaScript 100.00%
javascript reveal-plugin

reveal.js-jump-plugin's People

Contributors

lechten avatar sethosii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pmudra lechten

reveal.js-jump-plugin's Issues

help for to configure plugins

Hi, could you help me to install plugins in my
$HOME/reveal-slides/reveal.js/js/reveal.js file?
I have downloaded some of them, including yours and
put it in the above file, but they do not work and I do not get org-mode exported
when i add this bit inside that file.
I really do not know the exact place to put these initialization configurations


// Script dependencies to load
dependencies: [
// Jump plugin
{ src: 'plugin/jump/jump/jump.js', async: true }

        // other dependencies
            { src: 'plugin/quiz/quis/js/quiz.js', async: true, callback: function() { prepareQuizzes({}); } }

        // other dependencies
            { src: 'plugin/toc-progress/plugin/toc-progress.js', async: true, callback: function() { toc_progress.initialize(); toc_progress.create(); } }
        ]
	},

	// Flags if Reveal.initialize() has been called
	initialized = false,

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

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.