David Russell
ac97fe1eb6
Update oEmbed thumbnail support.
2017-10-13 09:39:02 +07:00
David Russell
2f22fdb395
Added oEmbed discovery and embedding support.
...
- Added support for oEmbed.com discovery and embedding for GitPitch presentations.
- Changed policy regarding GitPitch menu, now closed by default on small screens or when embedded within iframe.
- Fixed functional tests to reflect new 404 not-found page.
2017-10-11 09:18:50 +07:00
David Russell
45408c648f
Updated path to presentation assets.
2017-10-03 17:49:11 +07:00
David Russell
9b0df2d528
Syncing on merge.
2017-10-03 15:35:49 +07:00
David Russell
70c62f63d7
GitPitch 2.0 feature branch merge.
...
- 2.0 Menus: Home, Git, Themes, TOC
- 2.0 TOC with @title markdown shortcut
- 2.0 Notifications Bar
- 2.0 Introduction Presentation
- Refactored CSS style dependencies as frags
- Refactored Code and GIST services
- GIST support extended across all GRS
- Updated OfflineService implementation
- Updated GRS matching by TYPE
- New 404 page-not-found page
2017-10-03 15:35:14 +07:00
David Russell
0203173982
Fixed typo in reveal.js help menu.
2017-09-19 04:56:41 +00:00
David Russell
5a049c48b8
Updated code presenting fragment syntax sophistication.
2017-09-06 09:14:13 +07:00
David Russell
937eaf7162
Added support for title arg on code and gist delims.
2017-09-04 15:31:45 +07:00
David Russell
748f8c5733
Added support for GIST code presenting.
2017-09-04 10:17:47 +07:00
David Russell
4a31f71c3f
Updated syntax highlighting for code presenting.
2017-09-02 16:42:26 +07:00
David Russell
489bb93e91
Updated offline bundle dead asset pruning.
2017-09-02 15:08:33 +07:00
David Russell
20c7f6ecc9
Updated MathJax asset dependencies.
2017-09-02 13:24:56 +07:00
David Russell
9615356d40
Added delimiter parameter processor.
2017-09-02 11:45:41 +07:00
David Russell
134dcb7f15
Updated speaker notes description to include online presentations.
2017-08-30 05:13:31 +07:00
David Russell
1596bee5e2
Upgraded default reveal.js dependency to v3.5.0.
2017-08-29 10:30:26 +07:00
David Russell
8eaf19d916
Added support for compound branch names.
2017-08-28 14:11:25 +07:00
David Russell
ba8867a4a1
Merge branch 'support-compound-branch-names'
2017-08-28 14:01:18 +07:00
David Russell
5175f00290
Enable speaker notes when CDN disabled.
2017-08-28 13:55:51 +07:00
David Russell
fe53cf81bb
Added API to presentation raw file content.
2017-08-28 13:46:26 +07:00
David Russell
3593f5e3a0
Added support for compounded [pre/post] branch names.
2017-08-25 17:08:55 +07:00
David Russell
7a294929b0
Support HTML fragments within footnotes.
2017-08-20 11:26:32 +07:00
David Russell
f249ddf56a
Updated GitLab API endpoint to latest v4.
2017-08-19 10:25:22 +07:00
yhirano
50e6b05703
No cache in offline mode ( #90 )
2017-07-18 12:30:29 +01:00
Alexander Wright
0d29035f08
Added logo position option and formatting ( #88 )
2017-07-11 20:51:02 -04:00
David Russell
afb200d7f9
Update GitPitch caching policy.
2017-06-29 21:15:51 +07:00
Yuusuke KOUNOIKE
acca8a875c
Add LauncherJarPlugin option to avoid long APP_CLASSPATH line. ( #80 )
...
In Windows, when running server.bat the following error message is seen: The input line is too long.
The syntax of the command is incorrect.
This error occurs because Windows has limit of around 8000 chars in one line. bin/server.bat has more long line for APP_CLASSPATH. This PR avoids APP_CLASSPATH problem by add LauncherJarPlugin option to sbt PlayScala plugin.
2017-06-26 21:38:47 +07:00
David Russell
e823b278b9
Updated PDF generation in browser support.
2017-06-25 14:28:20 +07:00
Yuusuke KOUNOIKE
71ada9ab7b
Add GitBucket support. ( #81 )
...
GitBucket GRS support contributed by @kounoike.
2017-06-18 18:59:34 +07:00
David Russell
f4df162a31
Added support for enabling/disabling keyboard events on presentation.
2017-06-14 19:47:28 +07:00
David Russell
b677b3b431
Apply transition setting style to image backgrounds.
2017-06-14 08:50:54 +07:00
David Russell
6fefa0e5e2
Updated GitPitch presentation content.
2017-06-08 12:34:20 +07:00
David Russell
520e66a80d
Updated GitPitch presentation intro.
2017-06-08 12:23:23 +07:00
David Russell
742d3a1308
Code delimiter support for highlighting language hint.
2017-06-07 18:07:03 +07:00
David Russell
894757e33c
Image delimiter support for custom scaling and sizing.
2017-06-07 11:15:53 +07:00
David Russell
63894f248d
Fixed relative path handling within CodeService.
2017-06-01 07:34:20 +00:00
David Russell
549d8e9869
Updated code-presenting feature doc in README.
2017-06-01 09:18:28 +07:00
David Russell
be6c29da7f
Added code-presenting feature doc to README.
2017-05-31 23:28:39 +07:00
David Russell
588fb94629
Updated opacity handling around code fragment highlights.
2017-05-29 21:33:46 +07:00
David Russell
1f834dbf73
Added support for code-block delimiter and code fragment highlights.
...
This commit add support for a new code-block delimiter that provides a simple way to inject any source code file found within the repo as a Markdown code-block on a presentation slide. The delimiter syntax looks as follows:
—?code=path/to/source/code.file
This commit also introduces support for code fragment highlighting. The CF-marker syntax, one or more of which must follow a code-block in your markdown, looks as follows:
@[fragment-range](optional-note)
Where fragment-range identifies a single line number, @[1], or a range of numbers, @[5-10]. The optional note is plain text that is displayed on the slide below the code-block when the fragment is in focus.
2017-05-27 16:09:18 +07:00
David Russell
15a9a95369
Added support for new remote-control PITCHME.yaml property.
2017-05-25 08:38:09 +07:00
David Russell
3b948a3f9a
Updated preprocessing for implicit markdown links.
2017-05-19 22:48:26 +07:00
David Russell
580b972d6d
Updated preprocessing for regular markdown links.
2017-05-19 17:42:34 +07:00
David Russell
e448738d1e
Updated default config props for Gitea and Gogs.
2017-05-16 17:07:19 +07:00
David Russell
47475a804f
Updated icons for Gitea and Gogs services.
2017-05-16 16:44:45 +07:00
David Russell
5b56705d3a
Updated README with Gitea and Gogs details.
2017-05-16 10:54:10 +07:00
David Russell
1302e8f369
Added support for Gitea and Gogs services.
2017-05-15 17:32:26 +07:00
David Russell
5d354a2cfd
Updated contributing guidelines.
2017-05-13 14:48:16 +07:00
David Russell
1a9ced0545
Added note about chart slides to README.
2017-05-02 12:04:14 +07:00
David Russell
005153e9cb
Exposed main keyboard shortcuts as links for improved accessibility.
2017-05-01 18:32:22 +07:00
David Russell
38ac5a14f4
Updated speaker-notes section in README.
2017-05-01 00:10:44 +07:00