Skip to content

jQuery Plugin API Reference

Erik Loyer edited this page Jan 14, 2017 · 23 revisions

Loading Content

Stepwise content is written in the Stepwise XML format, and can be loaded directly:

$().stepwise({source:"story.xml", dataType:"xmlfile"});

Content creators, however, will rarely want to author in XML, and so Stepwise includes additional options for loading content. The simplest is the plain text parser, which converts every line into a separate step:

$().stepwise({source:"Hello\nworld", datatype:"text"});

A more robust option is the Google Sheets parser, which converts a specially formatted Sheets document into Stepwise XML. This is the fastest way to author sophisticated Stepwise content.

Core

  • Stepwise
  • Score
  • Step

Utilities

  • Sheets

Effects

  • AbstractEffect
  • Stepfade

Clone this wiki locally