Skip to content

deck.js extension that help split long slide into multiple slides

Notifications You must be signed in to change notification settings

houqp/deck.split.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

deck.split.js

deck.split.js is a deckjs extension that helps you split long slide into multiple small slides.

Installation

Just drop the whole repo into deck.js's extensions directory, then include the script in your slide.

Usage

To split a long slide, you need to indicate position inside original slide by adding following line:

<div style="page-break-after:always"></div>

Indeed, it could be any tag set with page-break-after:always style. Every time you add this line, a new slide with the same title will be created, so you can split your slide into pieces as much as you want.

About

deck.js extension that help split long slide into multiple slides

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published