Plugins Directory » Redmine reveal
|
Author: | Michele Tessaro |
---|---|---|
Website: | https://github.com/mikitex70/redmine_reveal | |
Code repository: | https://github.com/mikitex70/redmine_reveal.git | |
Registered on: | 2017-07-17 (over 7 years ago) | |
Current version: | 0.4.1 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x | |
User ratings: |
Plugin that transforms wiki pages in presentations that can be viewed with a browser.
Presentations are build using the slide
and the subslide
wiki macros (other macros are available) and run by the excellent revealjs Javascript library.
Once a slide is put in a wiki page, a link Presentation
will appear in the upper right corner; clicking on that link will run the presentation.
Example of how slides are rendered in a wiki page:
See the demo.textile files
for some slide examples.
Installation notes
- install the `redmine_reveal` plugin:
cd $REDMINE_HOME/plugins
git clone https://github.com/mikitex70/redmine_reveal.git
- restart Redmine to load the new plugin
Changelog
0.4.1 (2024-01-17)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Some code refactor and cleanup.
0.4.0 (2022-06-26)
Compatible with Redmine 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
The plugin now works on Redmine 5.
Also, upgraded the reveal.js
library to the latest release.
Now you can use auto animations between slides!
Add the animate=true
in the slide
and subSlide
macro parameters (or use the dialog) and revel.js ò will perform animations between slides.
file in the sources is a demo presentation, adapted from the reveal.js demo.
See the "reveal.js documentation":https://revealjs.com/auto-animate/ for more details.
The @demo.textile
0.3.1 (2022-04-15)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Fixed macro buttons in editor when using markdown syntax.
0.3.0 (2020-12-30)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
Fixed working with Redmine 4.1.
0.2.0 (2018-02-24)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.
- Added traditional chinese translation.
- Added in the markdown editor the buttons for inserting macros.
- Added some missing string translations.
- Fixed running presentation by an anonymous user.
0.1.0 (2017-07-17)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x.