RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Write Your Talks / Presentations in Markdown - New Slide Show (S9) Online Service

Hello, I’ve put together a litte online editor / service for the Slide Show (S9) machinery that lets you convert plain text with markdown formatting into slide shows using your template pack of choice (e.g. S6 Blank, deck.js, etc.). The service runs on Heroku e.g. tryslideshow. About the formatting: Heading 1s get converted to “title” or “section” slides. Heading 2s get converted to “regular” slides and use horizontal lines (e.g. ---) for “hard” slide breaks. Example:

 title:      Habits
 author: John Doe
 date:     March 22, 2016
 
 # In the morning
 
 ## Getting up
 
 - Turn off alarm
 - Get out of bed
 
 ## Breakfast
 
 - Eat eggs
 - Drink coffee
 
 # In the evening
 
 ## Dinner
 
 - Eat spaghetti
 - Drink wine
 - Browse slide show
 
 ----
 
 ![](i/slideshow.png)
 
 ## Going to sleep
 
 - Get in bed
 - Count sheep

Find more info about Slide Show (S9) at the project site. More info about the slide show template packs: see S6 Blank and deck.js, for example. Cheers. PS: Interested in Markdown news? Follow along the Manuscripts News channel on twitter.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in