Skip to main content

django CMS plugin to create reveal.js presentations

Project description

https://badge.fury.io/py/djangocms-revealjs.png http://img.shields.io/pypi/dm/djangocms-page-tags.png

django CMS plugin to create reveal.js presentations

Still Experimental and largely undocumented

Quickstart

Install djangocms-revealjs:

pip install djangocms-revealjs

Then add it to INSTALLED_APPS along with its dependencies:

'filer',
'djangocms_revealjs',

Download and install reveal.js in your django CMS project.

Features

Provides four django CMS plugins to edit Reveal.JS presentations:

Slide (RevealSlidePlugin)

This is the plugin to insert normal slides.

It supports settings transitions, background color and images, markdown syntax.

Container (RevealSlidesContainer)

Containers allow to nest slides in a vertical way.

Only slides can be put in a container; only one-level of container is supported.

Slide fragment (RevealFragmentPlugin)

Fragments allow to display part of a slide progressively. This plugin handles inline fragments (i.e.: like span elements).

Block slide fragment (RevealBlockFragmentPlugin)

This plugin is equal to the above, but renders block fragments (i.e.: like div elements).

Dependencies

History

0.3.0 (2016-09-10)

  • Allow RevealCodePlugin/RevealNotePlugin in RevealSlidePlugin

  • Add reveal.js sources

0.2.0 (2015-11-02)

  • Add django 1.7 support

  • Minor enhancements

0.1.1 (2015-09-13)

  • Provide better title

  • Minor fixes

0.1.0 (2014-04-27)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-revealjs-0.3.tar.gz (284.5 kB view hashes)

Uploaded Source

Built Distribution

djangocms_revealjs-0.3-py2.py3-none-any.whl (316.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page