weenote
A quick/dirty/tiny tool for creating simple Takahashi-style presentations. It was inspired by tmcw's big.
Check out the demo if you'd like.
What it is
weenote is ~60 lines of JavaScript that turns an HTML document into a slideshow. It turns every child node in the document's BODY
into a slide, automatically zoomed to fit the window. It also binds taps and arrow keys for navigation.
How to use
- Create an HTML document.
- Hotlink weenote.js in the
HEAD
. - Add all slides as child elements of the
BODY
. - Load it in your browser.
- Present!
To show the next slide: tap the right half of the page or press the right arrow. To show the previous slide: tap the left half of the page or press the left arrow.
License
BSD