BeanMr / sublimetext-markdown-slideshow

sublime text 2 plugin for markdown slideshow

Home Page:http://ogom.github.com/sublimetext-markdown-slideshow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Slideshow

Markdown converter for slideshow.

  • A Sublime Text 2 plugin for slideshow in your web browser from markdown file.
  • Create a contents for markdown and then preview the slides in your browser.

Updated

  • Changed separate from --- to ----.

Installation

Package Control

The easy to install using the Package Control.

  1. Press ctrl+shift+p (Windows) or cmd+shift+p (OS X). then Package Control: Install Package.
  2. To install at the command of Markdown Slideshow.

Github

Download is available from github, Install the folder of Sublime Text 2 Packages.

$ git clone git://github.com/ogom/sublimetext-markdown-slideshow.git

Usage

Let's add key bindings - user.

Key Bindings

Sample

[
  {
    "keys": ["alt+s"], "command": "markdown_slideshow",
    "args": {"theme": "default"}
  }
]

Google I/O 2012 theme

[
  {
    "keys": ["alt+s"], "command": "markdown_slideshow",
    "args": {"theme": "io2012"}
  }
]

Google I/O 2011 theme

[
  {
    "keys": ["alt+s"], "command": "markdown_slideshow",
    "args": {"theme": "io2011"}
  }
]

All options Key Bindings

[
  {
    "keys": ["alt+s"], "command": "markdown_slideshow",
    "args":
    {
      "themes": "/opt/mcider/themes",
      "theme": "io2012",
      "extensions": ["fenced_code", "tables"],
      "browser": true,
      "presenter": false,
      "clean": false,
      "output_file": "/opt/mcider/tmp/slide.html"
    }
  }
]
args
  • themes : Path of the custom themes
  • theme : Theme of the slide. (default, io2012, io2011, ...)
  • extensions : Provided to expand the base syntax. (extra, fenced_code, tables, ...)
  • browser : View in Web Browser. (boolean, default true)
  • presenter : Presenter mode. Only theme io2012. (boolean, default false)
  • clean : Theme was to clean the output. (boolean, default false)
  • output_file : File to output slide.

Examples

Uses

Licence

  • MIT

About

sublime text 2 plugin for markdown slideshow

http://ogom.github.com/sublimetext-markdown-slideshow