not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
855 B

  1. # Create your own activity
  2. With Sugarizer, it's easy to create your own activity with a bunch of HTML and JavaScript.
  3. In the following tutorial you will learn from scratch how to create a full featured activity named "Pawn".
  4. ![](images/tutorial_teaser.png)
  5. So step after step, you will learn:
  6. * [Step 1](tutorial_step1.md): create the activity from a template
  7. * [Step 2](tutorial_step2.md): customize icon and content
  8. * [Step 3](tutorial_step3.md): add a toolbar icon
  9. * [Step 4](tutorial_step4.md): handle journal and datastore
  10. * [Step 5](tutorial_step5.md): localize the activity
  11. * [Step 6](tutorial_step6.md): handle multi-user with presence
  12. * [Step 7](tutorial_step7.md): use journal chooser dialog
  13. * [Step 8](tutorial_step8.md): create your own palette
  14. But let's first with the [Step 0](tutorial_step0.md), set up the development environment.