fork of https://github.com/jed/weenote with improvements
- HTML 49.6%
- JavaScript 43.5%
- CSS 6.9%
| index.html | ||
| LICENSE | ||
| README.md | ||
| weenote.css | ||
| weenote.js | ||
weenote-improved
fork of https://github.com/jed/weenote with improvements
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. - Hotlink weenote.css 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.
Changes from the original version
- remove font-size change from anchor border
- improve support for lists
- add optional code to prevent overflows
- add support for images
- replace loop with scale calculation
- styles are in a separate css file to make changes easier
License
BSD
