Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 855 Bytes

tutorial.md

File metadata and controls

20 lines (14 loc) · 855 Bytes

Create your own activity

With Sugarizer, it's easy to create your own activity with a bunch of HTML and JavaScript. In the following tutorial you will learn from scratch how to create a full featured activity named "Pawn".

So step after step, you will learn:

  • Step 1: create the activity from a template
  • Step 2: customize icon and content
  • Step 3: add a toolbar icon
  • Step 4: handle journal and datastore
  • Step 5: localize the activity
  • Step 6: handle multi-user with presence
  • Step 7: use journal chooser dialog
  • Step 8: create your own palette

But let's first with the Step 0, set up the development environment.