Node-based, Markdown as input:
---
marp: true
theme: default
paginate: true
backgroundColor: #fff
---
<div class=ldiv>
- Bullet Point 1
- Bullet Point 2
- Bullet Point 3
</div>
<div class=rdiv>
![Example Image](./diagrams/diagram.svg)
</div>
---
Slidev Example Slide
---
<div style={{display:"flex", justifyContent:"space-between"}}>
<div style={{ width: "50%" }}>
<ul style="padding-left: 2em">
<li>Bullet Point 1</li>
<li>Bullet Point 2</li>
<li>Bullet Point 3</li>
</ul>
</div>
<div style={{ width: "40%" }}>
<img src="./diagram.svg" alt="Example Diagram"/>
</div>
</div>
Feature | Remark | Marp | Fusuma | Slidev |
---|---|---|---|---|
Collaborative | ✘ | ✘ | ✘ | ✘ |
SVG Inclusion | ✔ | ✔ | ✔ | ✔ |
Globally Change Bullet Spacing | ✘ | ✔ | ✘ | ✔ |
Globally Change Bullet Indentation | ✘ | ✔ | ✘ | ✔ |
Export as PDF | ✔ | ✔ | ✔ | ✔ |
Export as HTML | ✔ | ✔ | ✘ | ✘ |
Export as PowerPoint | ✘ | ✔ | ✔ | ✔ |
Slide numbering | ✔ | ✔ | ✘ | ✔ |
Live Code Integration | ✘ | ✘ | ✘ | ✔ |
Open-source | ✔ | ✔ | ✔ | ✔ |
Licence | MIT | MIT | MIT | MIT |
First Release | 2011-10-15 | 2018-03-25 | 2018-04-27 | 2021-04-12 |
Last Update | 2024-06-24 | 2024-04-21 | 2021-12-01 | 2024-07-22 |
Popularity (GitHub stars) | 7.4k | 7.4k | 5.4k | 32.1k |
Swipe Navigation | ✔ | ✘ | ✔ | ✔ |
Margin Navigation | ✔ | ✘ | ✔ | ✔ |
Figure Zooming and Panning | ✘ | ✘ | ✘ | ✘ |
Presenter mode | ✔ | ✔ | ✔ | ✔ |
Node-based, HTML, CSS, and JavaScript-driven, Interactive:
<section class="slide">
<h2>Shower Example Slide</h2>
<div class="columns two">
<ul>
<li>Bullet Point 1</li>
<li>Bullet Point 2</li>
<li>Bullet Point 3</li>
</ul>
<div class="image">
<img src="diagrams/diagram.svg" alt="Example Image">
</div>
</div>
</section>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2 class="title">Reveal.js Example Slide</h2>
<div class="columns two">
<ul>
<li>Bullet Point 1</li>
<li>Bullet Point 2</li>
<li>Bullet Point 3</li>
</ul>
<div class="image">
<img src="diagrams/diagram.svg" alt="Reveal.js">
</div>
</div>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script>
Reveal.initialize({
hash: true,
});
</script>
</body>
<div class="slide">
<h1 class="title">Deck.js Example Slide</h1>
<div class="columns two">
<div class="bullets">
<ul>
<li>Bullet Point 1</li>
<li>Bullet Point 2</li>
<li>Bullet Point 3</li>
</ul>
</div>
<div class="image">
<img src="diagrams/diagram.svg" alt="Example Image">
</div>
</div>
</div>
<script src="jquery.min.js"></script>
<script src="core/deck.core.js"></script>
<script src="extensions/status/deck.status.js"></script>
<script>
$(function() { $.deck('.slide');});
</script>
Feature | Shower | Reveal.js | Deck.js | impress.js | Bespoke.js | Inspire.js |
---|---|---|---|---|---|---|
Collaborative | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ |
SVG Inclusion | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Globally Change Bullet Spacing | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Globally Change Bullet Indentation | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Export as PDF | ✔ | ✔ | ✘ | ✘ | ✔ | ✘ |
Export as HTML | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Export as PowerPoint | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ |
Slide numbering | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Live Code Integration | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ |
Open-source | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Licence | MIT | MIT | MIT | MIT | MIT | MIT |
First Release | 2010-10-25 | 2011-06-07 | 2011-06-24 | 2011-12-28 | 2012-12-13 | 2018-09 |
Last Update | 2024-10-25 | 2024-05-15 | 2016-05-04 | 2024-04-26 | 2020-09-08 | 2024-06-27 |
Popularity (GitHub stars) | 4.8k | 67.4k | 5.4k | 37.6k | 4.7k | 1.7k |
Swipe Navigation | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Margin Navigation | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Figure Zooming and Panning | ✘ | ✘ | ✘ | ✔ | ✔ | ✘ |
Presenter mode | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Cloud-based, real-time collaborative:
Feature | Google Slides | Zoho Show | Prezi | Visme | Mentimeter | Microsoft Sway |
---|---|---|---|---|---|---|
Collaborative | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
SVG Inclusion | ✘ | ✘ | ✘ | ✔ | ✔ | ✘ |
Globally Change Bullet Spacing | ✘ | ✔ | ✘ | ✘ | ✘ | ✘ |
Globally Change Bullet Indentation | ✔ | ✔ | ✘ | ✘ | ✘ | ✘ |
Export as PDF | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Export as HTML | ✘ | ✔ | ✘ | ✔ | ✘ | ✘ |
Export as PowerPoint | ✔ | ✔ | ✘ | ✔ | ✘ | ✘ |
Slide numbering | ✔ | ✔ | ✔ | ✔ | ✘ | ✘ |
Live Code Integration | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ |
Open-source | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ |
Licence | Proprietary | Proprietary | Proprietary | Proprietary | Proprietary | Proprietary |
First Release | 2006-03-09 | 2006 | 2009-04-05 | 2013 | 2014 | 2014-08 |
Last Update | Frequent | Frequent | Frequent | Frequent | Frequent | Frequent |
Popularity (Usage) | High | Medium | High | Medium | Medium | Medium |
Swipe Navigation | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
Margin Navigation | ✔ | ✔ | ✘ | ✘ | ✘ | ✘ |
Figure Zooming and Panning | ✘ | ✘ | ✔ | ✘ | ✘ | ✔ |
Presenter mode | ✔ | ✔ | ✔ | ✔ | ✔ | ✘ |
Responsive design, interactive navigation:
<section>
<h1>Rslidy Example Slide</h1>
<div class="slide-content">
<div class="bullets">
<ul>
<li>Bullet Point 1</li>
<li>Bullet Point 2</li>
<li>Bullet Point 3</li>
</ul>
</div>
<div class="image">
<img src="./images/example.svg" alt="Rslidy">
</div>
</div>
</section>
Slides:
https://ftp.isds.tugraz.at/pub/surveys/platzer-2024-11-26-survey-web-slide-decks-slides/
Survey Paper:
https://ftp.isds.tugraz.at/pub/surveys/platzer-2024-11-26-survey-web-slide-decks.pdf