Andrew Gerrand
fe1488f8ab
present: fix misspelled TODO
...
Change-Id: Id984c4e5c7cde4a5ecf3ae783441fc866d86d404
Reviewed-on: https://go-review.googlesource.com/21527
Reviewed-by: Chris Broadfoot <cbro@golang.org>
2016-04-06 00:42:05 +00:00
Timothy Studd
b57d82def5
x/tools/present: add video element for slides
...
Change-Id: I19f7c181d9bd8148f7791925f04207a34c95ac1e
Reviewed-on: https://go-review.googlesource.com/18484
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-01-13 03:34:37 +00:00
Timothy Studd
1e63c6ac3b
present: add background image element for slides
...
Fixes golang/go#11470
Change-Id: I665622197bea48b95adc839be8de7d03bf812f37
Reviewed-on: https://go-review.googlesource.com/18360
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-01-07 03:28:50 +00:00
Tw
23f9896d9e
present: don't ignore command within text scope
...
when handling text line by line, the current line will be ignored if it
may be a command line, so we should stack back this line for further parse.
Fixes golang/go#11435
Change-Id: If0567c46c90d09b30e78b72f24395725b9e00ea3
Reviewed-on: https://go-review.googlesource.com/16410
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-10-30 00:41:15 +00:00
David Symonds
24257c8cd2
tools: add import comments.
...
Change-Id: Idda6e64580432cb9a731e4ebf4005ee4ceb4202d
Reviewed-on: https://go-review.googlesource.com/1244
Reviewed-by: Andrew Gerrand <adg@golang.org>
2014-12-09 22:42:16 +00:00
Francesc Campoy
bbb1c45ba5
go.tools/present: add support for figure captions
...
LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/110600043
2014-07-15 08:23:16 -07:00
Robert Daniel Kortschak
6251f07ecd
go.tools/present: correctly test empty argument
...
Updates golang/go#7613 .
LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/105130046
2014-06-12 16:54:10 -07:00
Robert Daniel Kortschak
53915e22e2
go.tools/present: allow intentionally empty parameters
...
Fixes golang/go#7613 .
LGTM=r
R=adg, r
CC=golang-codereviews
https://golang.org/cl/105070043
2014-06-12 15:45:26 -07:00
Rob Pike
31d5e8dca1
go.tools/present: fix printf bug found by go vet
...
LGTM=iant
R=adg, iant
CC=golang-codereviews
https://golang.org/cl/93450044
2014-05-16 14:29:34 -07:00
Francesc Campoy
246da56072
go.tools/present: Remove formatting comments (HL, OMIT) from raw code.
...
LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/68870043
2014-02-25 17:53:00 -08:00
Francesc Campoy
5f5d42a466
go.tools/present: links with the prefix "javascript:" should be executed in the same window.
...
Using url.Parse instead of more ad hoc solution.
R=r
CC=golang-codereviews
https://golang.org/cl/47320043
2014-01-03 14:51:34 -08:00
Francesc Campoy
53273c1d55
go.tools: Expose filename rather than extension only, needed for new tour.
...
R=adg, r
CC=golang-codereviews
https://golang.org/cl/43470050
2014-01-02 16:03:56 -08:00
Francesc Campoy
3d2d158b9d
go.tools/present: Open links with local (non absolute) URLs in the same window.
...
This allows having links from one slide to another one in the same presentation.
Also it is needed in the new tour to cross reference lessons.
R=r
CC=golang-codereviews
https://golang.org/cl/46130043
2013-12-28 21:10:40 -08:00
Francesc Campoy
6cb29d8d47
go.tools/present: add Raw content to Code for new go-tour.
...
R=adg
CC=golang-dev
https://golang.org/cl/26390044
2013-11-26 10:04:08 +01:00
Francesc Campoy
2c650d6a84
go.tools/present: add extension name to Code
...
This will be used to show the "Run" button for code snippets in go.talks only for Go when running on App Engine.
R=adg, r, iant
CC=golang-dev
https://golang.org/cl/21930047
2013-11-06 13:02:20 -08:00
Caine Tighe
d7d04a24e8
present/code.go: remove residual file from an hg merge.
...
R=adg
CC=golang-dev
https://golang.org/cl/14043043
2013-10-02 11:02:33 +10:00
Andrew Gerrand
88be67fd25
go.tools/present: add -edit and -numbers flags to .code/.play
...
Also update style.css to hide outline of editable text areas and apply
correct styles to line numbers in non-playground snippets.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13946043
2013-09-27 09:46:08 +10:00
Andrew Gerrand
9fc516408c
go.tools/godoc/present: move present package from go.talks
...
Godoc depends on go.talks/pkg/present by way of go.tools/pkg/blog.
Better to keep all godoc dependencies in one place.
R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/13656047
2013-09-19 10:55:46 +10:00