Skip to content

Releases: stefan-jung/org.jung.reveal

4.5.0

04 Jul 12:56
Compare
Choose a tag to compare
  • Move code to github.com/stefan-jung
  • Follow reveal.js versioning schema.
  • Upgrade to reveal.js 4.5.0.

1.6

13 Aug 17:52
Compare
Choose a tag to compare
1.6
  • Upgraded to reveal.js 4.3.1
  • Plugin is now compatible with DITA-OT 3.x

1.5

28 May 19:08
Compare
Choose a tag to compare
1.5

Upgraded to reveal.js 4.0.1
Removed JQuery dependency

1.4

17 Oct 20:03
Compare
Choose a tag to compare
1.4

Upgrade to reveal.js 3.8.0
Add new parameter args.reveal.version to choose reveal.js version by parameter.

1.3

09 Oct 19:28
Compare
Choose a tag to compare
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

03 Oct 15:22
Compare
Choose a tag to compare
1.2

Upgraded reveal.js to 3.7.0

1.1

27 Nov 11:27
Compare
Choose a tag to compare
1.1
  • Added compatibility for DITA-OT 2.x and 3.x
  • Upgraded reveal.js to 3.6.0

1.0

06 Nov 20:55
Compare
Choose a tag to compare
1.0

Final release for DITA-OT1.8.5