Releases: stefan-jung/org.jung.reveal
Releases · stefan-jung/org.jung.reveal
4.5.0
1.6
- Upgraded to reveal.js 4.3.1
- Plugin is now compatible with DITA-OT 3.x
1.5
Upgraded to reveal.js 4.0.1
Removed JQuery dependency
1.4
Upgrade to reveal.js 3.8.0
Add new parameter args.reveal.version to choose reveal.js version by parameter.
1.3
Added reveal.js speaker notes support. To activate, press the S
key during the presentation.
When using a norma DITA topic:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="topic_urc_hhm_kfb">
<title></title>
<body>
<div outputclass="notes">
My fancy speaker notes
</div>
</body>
</topic>
When using the <slide>
topic:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="urn:doctales:dita:rng:slide.rng" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="urn:doctales:dita:rng:slide.rng" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<slide id="ui_a4v_vdm_kfb">
<title>Title of slide</title>
<slideBody>
<speakernotes>
My fancy speaker notes
</speakernotes>
</slideBody>
</slide>
1.2
Upgraded reveal.js to 3.7.0
1.1
- Added compatibility for DITA-OT 2.x and 3.x
- Upgraded reveal.js to 3.6.0
1.0
Final release for DITA-OT1.8.5