Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

GitPitchのSpeaker Notes Window機能について

GitPitchのSpeaker Notes Window機能についてまとめます。

GitPitchとは?

GitPitch とは GitHub 等に置かれた PITCHME.md をもとに
スライドショーを表示してくれるWebサービスです。

詳しくは下記記事を参照ください。

tbpgr.hatenablog.com

Speaker Notes Windows

Speaker Notes Window 機能はスライドで以下の記述をすることでコメントを追加できます。

Note:
発表をサポートする文章1
発表をサポートする文章2

サンプル

# Title

---
## Page1-1

normal text

Note:
発表をサポートする文章1-1-1  
発表をサポートする文章1-1-2

+++

## Page1-2

Ruby code

~~~ruby
class Hoge
  def hoge
    puts "hoge"
  end
end
~~~

Note:
発表をサポートする文章1-2-1  
発表をサポートする文章1-2-2

---

## Page 2

>引用

* 箇条書き1
* 箇条書き2

Note:
発表をサポートする文章2-1  
発表をサポートする文章2-2

---

## Page 3

![alt](./asset/esa.png)

---?image=asset/bg.png

## Fin

おわり

サンプル

f:id:tbpg:20170929000228j:plain

埋め込み

sキーでSpeaker Notes Windowを開くことができます。

補足

詳しい使い方は GitPitch の Wiki を確認してください

関連資料