Skip to content

audreylim/go-presenter

Repository files navigation

Update: Presenter notes support has been fully merged and enabled on the Go present tool.

Just run present -notes to start using it.

Presenter

Presenter builds on top of the go present tool to support presenter notes on a second screen.

Demo

Video: http://virtivia.com:27080/1vs4fiwjm924q.mov

Screenshot

Default:

screen shot 2016-03-20 at 7 30 52 pm

Fullscreen:

screen shot 2016-03-20 at 7 32 14 pm

Install

There is currently a proposal to merge this upstream. Meanwhile, you can install Presenter by running the following commands:

$ cd $GOPATH/src/golang.org/x/tools
$ git remote add audreylim https://github.com/audreylim/go-presenter
$ git fetch audreylim
$ git checkout audreylim/master
$ go install golang.org/x/tools/cmd/present

Features

  • Dual screen
  • Syncs both ways
  • Playground synced
  • Sneak preview of previous and next slide on Presenter
  • Enabling of Presenter mode keeps Presenter features and actions separate from the original present app, ie. it will not interfere with present if not enabled

Cross Browser Support

  • Chrome
  • Firefox
  • Safari

How to Use

Syntax

Notes are identified by prefixing the paragraph with : . Eg.

// example.slide

* Section title

- Some bullet points

: This is a Presenter note that does not appear on the main window.

: This is a second paragraph.

Presenter Mode

Run present in presenter mode by appending the -notes flag.

$ present -notes

This will enable all the Presenter features. For example, to open Presenter, press N from your main browser window.

You can close Presenter from the main window by pressing N again, as long as you toggle from the main browser. If you close the main window, Presenter automatically closes.

Flexible Control Windows

Control your slides from either Presenter or the main browser window. The same commands (eg. clicks, arrows, enter keys) that apply to the main browser window apply to Presenter. It syncs both ways.

Playground Synced

If you have .play code, Run, Kill and Close buttons are completely synced. Code edits within the code block are also synced.

Eg. Clicking Run from the main browser or Presenter will sync with the other window.

screen shot 2016-03-06 at 8 23 53 pm

TODO

  • Implement timer

About

Speaker notes support for the Go present tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published