Markdown to Pressentation Workflow

An Alfred Workflow


Short Description

Converts a Markdown file to a slideshow.

Last Updated

23 Jan 2015

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes No No No
 

Version

1.0
 

Bundle ID

com.customct.MDSlides
 

Author

This workflow assumes that the kramdown ruby package is installed on the system already. To install, simply type in a command line:

gem install kramdown

Some system might require a sudo for this command. If you get an error message, try:

sudo gem install kramdown

This has a single file action that takes the given markdown file and converts it to a slide show in HTML and CSS.

The command mds:theme is used to set the theme. It will let the user pick from a list of themes.

The command mds:showtheme shows the user the currently set theme.

This workflow is explained in my tutorial: http://goo.gl/ENZGgV

More coming soon...