An extension for WLJS Frontend that allows you to make slides and an entire presentation using Markdown, HTML, JS, Wolfram Language or WLX
if you have no idea about titles mentioned, please visit the official page ;)
The core library is RevealJS, that is running in Markdown mode.
see the full demo
To create a slide type in a new cell
.slide
# Title
Paragraph 1
---
# Second slide
Paragraph 2
<div style="color: red">with some HTML</div>The output can be projected into a separate window for the convinience.
To merge the all slides into a single fat presentation use
.slides
It will merge and print slides from all cells in the notebook into a single one.
The real power comes, if you are using WLX addon, which is shipped as a separate plugin wljs-wlx-support allowing you to write in WL language XML-like style
first cell
Figure = Plot[x, {x, 0, 1}];second cell
.slide
# Embedded Wolfram
<TextString><Now/></TextString>
Or even some graphics, like
<div style="text-align: center">
<Figure/>
</div>The package uses also external plugins
- pointer (use
qto toggle)
already a core component!
Project is released under the GNU General Public License (GPL).


