9

I do know that there're are many server side ppt simulation projects like Slide Show (S9).

But is there a javascript library which handles this and with a fairly easy syntax?

That would be more convenient as I don't see any perticular reason it needs to involve server side.

UPDATE

The final user should only be editing using the md-alike syntax,but Markdown doesn't incorporate page syntax.

By page,it's not normal paginator,but controlled with left/right arrow key.

Je Rog
  • 5,675
  • 8
  • 39
  • 47
  • Do you want to be able to create presentations, or just show them? If you want to be able to create _and_ save them, you'll have to use a server. – Matt Ball Aug 20 '11 at 04:03

3 Answers3

4
Matt Ball
  • 354,903
  • 100
  • 647
  • 710
0

Is this what you was looking for: S5: Simple Standards-Based Slide Show System

ggasp
  • 1,490
  • 3
  • 15
  • 24
0

Give 280Slides a try.

Also, I've been hearing a lot about Prezi and SlideRocket in terms of online presentation creation, but not be what you're looking for.

Paul Sham
  • 3,185
  • 2
  • 24
  • 31
  • The final user should only be editing using the md-alike syntax,not by workshop alike GUI stuff... – Je Rog Aug 20 '11 at 13:26