Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

WLJSTeam/wljs-revealjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RevealJS Plugin

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

Making slides using Markdown

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.

Merging slides from a different cells

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.

Embed Wolfram Language

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>

Plugins

The package uses also external plugins

Installation

already a core component!

License

Project is released under the GNU General Public License (GPL).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published