ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

Markdown幻灯片

ogom 全部

Sublime Text 2/3的Markdown幻灯片插件

详细信息

  • 2015.04.16.01.13.54
  • ogom.github.com
  • github.com
  • 9年前
  • 29分钟前
  • 12年前

安装

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

readme

源码
raw.githubusercontent.com

Markdown幻灯片

用于幻灯片的Markdown转换器。

  • 这是一个Sublime Text 2/3插件,可以从Markdown文件在你的网页浏览器中创建幻灯片。
  • 创建Markdown内容,然后在浏览器中预览幻灯片。

安装

软件包控制

使用软件包控制轻松安装。

  1. ctrl+shift+p(Windows)或cmd+shift+p(OS X),然后输入软件包控制:安装软件包.
  2. 可以通过命令Markdown Slideshow进行安装。

Github

可以从GitHub下载,安装Sublime Text 2/3软件包文件夹。

$ 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