Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 425 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 425 Bytes

redmine-presentation

Presentation plugin for Redmine

Installation

$> cd plugins
$> git clone https://github.com/florentsolt/redmine-presentation.git redmine_presentation

Usage

Then in any wiki page, add for exaple:

{{slide
h2. My title

* Point 1
* Point 2
* Point 3
}}

You will see a link named "Presentation" in the wiki action bar.

That's all ! :)