PresentAPL

Overview

PresentAPL is a class the creates a slide show from a Markdown file. The slide show is by default a stand-alone HTML file that acts in any modern browser like a slide show. That's possible because it injects some CSS and some JavaScript into that HTML file.

Example: presentation in `PresentAPL` about `PresentAPL.

Compare this with the simplicity of the Markdown source file.

PresentAPL is downloadable from this page.

ReadMe.html is the first thing to read.

License

License: http://creativecommons.org/licenses/LGPL/2.1/

Note that only the script PresentAPL.dyalog and the file PresentAPL.css are under this license. The downloadable zip file contains other files as well, but they are members of the APLTree project — see http://aplwiki.com/CategoryAplTree for details.

Most notably PresentAPL needs MarkAPL, a Markdown-to-HTML5 converter written in Dyalog. See http://aplwiki.com/MarkAPL for details.

A big "thank you" to:

Author: Kai Jaeger — https://www.linkedin.com/in/kaijaeger


CategoryAPL_Application