Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hulbert committed Sep 29, 2011
1 parent 3e76590 commit 35d41d5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions readme.md
@@ -0,0 +1,24 @@
Markdown Presenter
===

This is what I use for giving simple, quick-to-produce presentations. Rather than fighting with keynote or powerpoint for hours, i can whip up a presentation in minutes using markdown.

Demo
---
Check out a demo [here](http://chrishulbert.github.com/MarkdownPresenter/Presenter.html). Use the arrow keys on your keyboard to switch between slides.

Installing
---
You need to install this on a web server, otherwise it won't be able to open the presentation.md file via AJAX. So, if you're on a mac, copy it to your ~/Sites/MyPresentation folder. Then open your web browser to http://localhost/~myusername/MyPresentation/Presenter.html.

Markdown file
---
The presentation.md file is where you put your presentation. All you need to do to separate slides is a paragraph with an exclamation mark, eg:

This is a slide
Blah blah blah

!

This is another slide
Yada yada yada

0 comments on commit 35d41d5

Please sign in to comment.