Commit Graph

18 Commits

Author SHA1 Message Date
David Russell
aeefa2e9ad Highlight.js upgrade to v9.13.1. 2018-12-02 11:46:17 +07:00
David Russell
af43fbb397 Upgraded GitPitch library dependencies.
- Reveal.js upgraded from 3.6.0 to 3.7.0
- FontAwesome upgraded from 4.6.3 to 4.7.0
2018-08-19 13:09:40 +07:00
David Russell
320df375c3 Pruned outdated lib asset dependencies. 2018-01-17 14:42:14 +07:00
David Russell
e949568bf5 Updated PITCHME.yaml published policy, menus now closed by default. 2018-01-17 14:40:10 +07:00
David Russell
60e1477732 Added MathJax plugin lib dependencies. 2018-01-09 17:21:38 +07:00
David Russell
23cad06a17 Updated default Reveal.js dependency to v3.6.0. 2018-01-07 12:27:12 +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
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
5a049c48b8 Updated code presenting fragment syntax sophistication. 2017-09-06 09:14:13 +07:00
David Russell
4a31f71c3f Updated syntax highlighting for code presenting. 2017-09-02 16:42:26 +07:00
David Russell
20c7f6ecc9 Updated MathJax asset dependencies. 2017-09-02 13:24:56 +07:00
David Russell
1596bee5e2 Upgraded default reveal.js dependency to v3.5.0. 2017-08-29 10:30:26 +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
805571ae38 Added support for charts via Charts.js plugin. 2017-02-28 12:01:44 +07:00
David Russell
97001336d9 Updated built-in slideshow help menu. 2017-02-23 09:34:39 +07:00
David Russell
9c870227ac Added support for reveal.js v3.4.1.
GitPitch default reveal.js dependency is now 3.4.1.

Also added support for new PITCHME.yaml property, called revealjs-version. This property allows a presentation owner to specify a specific version of reveal.js to use with their presentation.

Currently supported versions are 3.4.1 or 3.3.1.
2017-02-10 14:32:34 +07:00
David Russell
7c4efa5ab0 Released GitPitch under open source MIT license. 2016-08-27 09:49:46 +07:00