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
Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11
Windows 2 2 0 2 0 2 3 2 1 2 5 0 1 2 0 2 1 3 0 1 2 1 0 1 1 0 2 0 2 0 0 0 0 0 1 4 0 1 1 1 2 1 0 0 4 1
Mac 0 1 1 0 1 0 0 1 1 1 1 0 0 0 1 1 1 0 2 0 1 2 2 0 0 2 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 0 1 2
Linux 0 1 1 0 0 0 0 0 0 0 0 1 0 4 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 2 0 0 0 0 0 1 0 0 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