0.1.2 • Published 10 years ago

slides-now v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Slides Now!

Instant stand alone slide show from a markdown document.

  1. No server necessary
  2. Stylish presentation
  3. Just drag and drop a Markdown document
  4. Switch themes on the fly, click t

Playback

  • Happens entirely inside the browser, nothing is uploaded to a server
  • Works great as a stand alone page
  • You can use this README.md as example
  • Parsed using marked
  • Slides will be shown using bespoke.js

Slide show UI

You can specify custom slides-now options using markdown reference syntax. Here are a few available options:

[slides-now-theme]: "classic"
   cube|coverflow|concave|carousel|bw
[slides-now-footer]: "My talk"
[slides-now-font-family]: "Arial"
[slides-now-font-size]: "26pt"
// presentation should last 2 minutes
[slides-now-timer]: "2"

The options should be at the end of the document.

Dev notes

Installation:

bower install
npm install

Open dist/index.html in a browser, use local file, not http server due to caching (or use new port every time).

Timer bar

Add a timer bar crawling along the bottom to limit the presentation time.

Inspiration

Several open source projects inspired me to create slides-now. Check them out!

Gleb Bahmutov @bahmutov

Feel free to contact me if there are any issues.

slides-now-footer: "Slides now README.md"

0.1.2

10 years ago

0.1.0

10 years ago

0.0.17

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago