Skip to content

Instantly share code, notes, and snippets.

@mostlyfine
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save mostlyfine/0088939f2326b07e9910 to your computer and use it in GitHub Desktop.

Select an option

Save mostlyfine/0088939f2326b07e9910 to your computer and use it in GitHub Desktop.
Introduction to Reveagist

Reveagist

The Markdown Presentation

Created by @mostlyfine


What is Reveagist ?

  • オンラインで動作するプレゼンテーション
  • Markdownによる記述
  • ユーザ登録不要
  • Gist / Dropboxを利用可能
  • reveal.jsによる美しいスライド

HOW TO USE IT

  1. Gistにスライドの元となるMarkdownを登録
  2. Reveagistで開く(http://reveagist.herokuapp.com/slides/GIST_ID)

External Markdown file


Bookmarklet

gist上かMarkdownページの上でbookmarkletを押すだけ。

javascript:(function(){var u=location.href;if(u.indexOf('gist.github.com')>0){u=u.split('/')[4];}else{u='?url='+u};location.href='http://reveagist.herokuapp.com/slides/'+u;})()

Options

GETパラメータでreveal.jsのオプション指定

  • theme (black,white,simple,sky,leage,night,solarized,beige,blood,moon,serif)
  • transition (none,fade,slide,convex,concave,zoom)
  • controls (true/false)
  • history (true/false)
  • progress (true/false)
  • auto (millisecond)
  • number (true/false)

Control

keybinding control
ESC, o スライド一覧
ALT+Click ズーム
ピリオド ブラックアウト
s 発表者用モニタ表示
f フルスクリーン
a 自動スライド
←, →, J, K, H, L, SPACE 画面遷移

SourceCode


Enjoy !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment