-
Notifications
You must be signed in to change notification settings - Fork 1
jQuery Plugin API Reference
Erik Loyer edited this page Jan 14, 2017
·
23 revisions
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.
- Stepwise
- Score
- Step
- Sheets
- AbstractEffect
- Stepfade