django CMS plugin to create reveal.js presentations
Project description
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
django-filer >= 0.9.5
History
0.1.0 (2014-04-27)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file djangocms-revealjs-0.1.1.tar.gz
.
File metadata
- Download URL: djangocms-revealjs-0.1.1.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f83118a2b249be3a2d55cdfcb89a07f34dcaa5a1081560c4c5a1a0377d114d8f |
|
MD5 | 608a696799875003938cd4179035867b |
|
BLAKE2b-256 | a30bc18b7ec720bc1c6288d3a00b17e9e16d36c82e8be41b564486d0540428b4 |
File details
Details for the file djangocms_revealjs-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: djangocms_revealjs-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc74a0b9ab1bf665712ccbd50d92c7ae8141a37c4402ef5ebfddaf02eb5fd4c6 |
|
MD5 | 4869db0f795be88f35269122b2b7726a |
|
BLAKE2b-256 | 3263016624b8d28cf9e3953ad117aa06ba04b208964e8b052967bf4efe750104 |