Markdown converter for slideshow.
The easy to install using the Package Control.
ctrl+shift+p
(Windows) or cmd+shift+p
(OS X). then Package Control: Install Package
.Markdown Slideshow
.Download is available from github, Install the folder of Sublime Text 2/3 Packages.
$ git clone git://github.com/ogom/sublimetext-markdown-slideshow.git
{
// Path of the custom themes
"themes": null,
// Theme of the slide. (io2012, io2011, ...)
"theme" : "io2012",
// Provided to expand the base syntax. (extra, fenced_code, tables, ...)
"extensions": [],
// Theme was to clean the output.
"clean" : false,
// File to output slide.
"output_file": null,
// View in Web Browser.
"browser": true,
// Presenter mode. Only theme io2012.
"presenter": false
}
[
{
"keys": ["alt+s"], "command": "markdown_slideshow"
}
]