Created by @mostlyfine
- Gistにスライドの元となるMarkdownを登録
- Reveagistで開く(http://reveagist.herokuapp.com/slides/GIST_ID)
- urlパラメータにMarkdownファイルを指定
- Dropboxのpublicフォルダのファイルを利用することも可能
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;})()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)
| keybinding | control |
|---|---|
| ESC, o | スライド一覧 |
| ALT+Click | ズーム |
| ピリオド | ブラックアウト |
| s | 発表者用モニタ表示 |
| f | フルスクリーン |
| a | 自動スライド |
| ←, →, J, K, H, L, SPACE | 画面遷移 |