Skip to content

1.3

Compare
Choose a tag to compare
@stefan-jung stefan-jung released this 09 Oct 19:28

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>