Markdown converter for slideshow.
- A Sublime Text 2/3 plugin for slideshow in your web browser from markdown file.
- Create a contents for markdown and then preview the slides in your browser.
The easy to install using the Package Control.
- Press
ctrl+shift+p
(Windows) orcmd+shift+p
(OS X). thenPackage Control: Install Package
. - To install at the command of
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"
}
]
- MIT