From 35d41d50f25b814394caca5abae4496c616f2383 Mon Sep 17 00:00:00 2001 From: Chris Hulbert Date: Thu, 29 Sep 2011 16:26:27 +1000 Subject: [PATCH] Readme --- readme.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..8942bc1 --- /dev/null +++ b/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