ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Markdown Slideshow

by ogom ALL

Sublime Text 2/3 plugin for markdown slideshow

Details

Installs

  • Total 40K
  • Win 23K
  • Mac 12K
  • Linux 5K
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22
Windows 0 1 1 0 0 2 1 0 1 1 0 0 0 1 1 1 2 1 0 0 0 3 1 1 1 2 1 1 0 3 1 0 1 2 1 0 0 2 1 1 1 2 2 0 2 0
Mac 0 0 1 0 1 0 0 0 2 1 0 0 0 1 2 2 1 0 1 1 1 3 3 0 0 0 0 0 0 0 1 1 1 0 0 1 0 2 1 2 2 0 1 1 0 1
Linux 0 0 0 0 0 0 0 1 0 0 0 2 0 0 1 0 0 0 0 1 2 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0

Readme

Source
raw.​githubusercontent.​com

Markdown Slideshow

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.

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/3 Packages.

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

Usage

Default Settings

{
  // 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
}

Key Bindings

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

Examples

Uses

Licence

  • MIT