A Sublime Text 2 plugin for slideshow in your web browser from markdown file.
Is a Base example.
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 Packages.
$ git clone git://github.com/ogom/sublimetext-markdown-slideshow.git
Let's add key bindings - user.
[
{
"keys": ["alt+s"], "command": "markdown_slideshow",
"args": {
"theme": "default",
"save": true,
"path": "/tmp"
}
}
]
- theme : Name of the theme.
- save : If you do not want to save is false. Default is true.
- path : Path to save the file. Default is temporary file path.
Separates the slide is ----
or ___
or ***
be returned to hr tab at markdown.
- Create a contents for markdown.
- Preview the slides in your browser.