go-presenter

Speaker notes support for the Go present tool

  • Owner: audreylim/go-presenter
  • Platform:
  • License:: BSD 3-Clause "New" or "Revised" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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:

Fullscreen:

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.

TODO

  • Implement timer

Main metrics

Overview
Name With Owneraudreylim/go-presenter
Primary LanguageGo
Program languageGo (Language Count: 8)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2016-03-03 05:47:27
Pushed At2016-06-26 23:57:30
Last Commit At2016-06-26 16:57:29
Release Count0
用户参与
Stargazers Count83
Watchers Count9
Fork Count3
Commits Count74
Has Issues Enabled
Issues Count2
Issue Open Count0
Pull Requests Count8
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private