Commit Graph

62 Commits

Author SHA1 Message Date
David Russell
016de76417 Updated content on README and PITCHME. 2017-04-28 21:55:30 +07:00
David Russell
a082a1e93b Merge pull request #60 from mkurz/updates
Updated Play, Scala and sbt to latest versions plus deps cleanup.
2017-04-28 08:32:13 +07:00
Matthias Kurz
6ca68e53c5
Add package declaration to test class 2017-04-27 14:12:18 +02:00
Matthias Kurz
e17eefd60d
Add 127.0.0.1 to allowed hosts (easier for development) 2017-04-27 14:07:01 +02:00
Matthias Kurz
d8fc417d76
Disable unused sbt plugins 2017-04-27 14:07:01 +02:00
Matthias Kurz
25e442f234
Remove activator because it's EOL on May 24th 2017
Use sbt instead
2017-04-27 14:05:27 +02:00
Matthias Kurz
1b3c4d94a9
Add Eclipse files to .gitignore 2017-04-27 14:05:27 +02:00
Matthias Kurz
f77a89331d
Update Play, Scala and sbt their latest versions 2017-04-27 14:05:27 +02:00
David Russell
dc5598e798 Updated README with shoutout to the amazing reveal.js. 2017-04-27 17:39:51 +07:00
David Russell
5b585bfca1 Updated links to new MathJax cloudflare cdn. 2017-04-25 20:35:42 +07:00
David Russell
4a54e6fe66 Updated doc on modular presentations. 2017-03-22 17:35:02 +07:00
David Russell
2b11bc310f Added support for modular, composable presentation markdown. 2017-03-18 17:19:40 +07:00
David Russell
c943a07b7f Updated TOC links within README. 2017-03-12 22:29:56 +07:00
David Russell
916c2228a1 Added note on composable presentations. 2017-03-12 18:07:33 +07:00
David Russell
6b578c94f9 Added element id to logo div to aid custom styling. 2017-03-12 13:56:22 +07:00
David Russell
2af70e27c5 Converted slideshow md to use new default slide delimiters. 2017-03-09 17:24:24 +07:00
David Russell
e9be97f4b4 Slide delimiter new defaults and backward compat support. 2017-03-09 16:54:22 +07:00
David Russell
135411dc22 Added comment on storage.home property. 2017-03-08 09:37:43 +07:00
David Russell
499af4c008 Added support for slide-number option in PITCHME.yaml. 2017-03-03 19:13:01 +07:00
David Russell
030fc8e765 Auto-set input/keyboard focus on slideshow. 2017-03-02 10:47:40 +07:00
David Russell
787d2cc27b Added support for history option in PITCHME.yaml. 2017-03-01 17:56:25 +07:00
David Russell
805571ae38 Added support for charts via Charts.js plugin. 2017-02-28 12:01:44 +07:00
David Russell
3b1103ecc6 Added support for printing to PDF directly within browser.
Web based printing to PDF is supported in Chrome only. This functionality is added to overcome differences between fonts available in the browser and the fonts available to decktape on the GitPitch server.
2017-02-23 11:07:23 +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
69773c2611 Added support for user selection of code block content for copy/paste. 2017-01-15 19:15:52 +07:00
David Russell
d55f3d0f7a Added support for gatoken option to PITCHME.yaml. 2016-12-28 09:24:46 +07:00
David Russell
71215a8178 Disable auto-sliding when printing to PDF. 2016-12-25 12:46:32 +07:00
David Russell
8af99d0b05 Added support for mousewheel option to PITCHME.yaml. 2016-12-25 12:17:51 +07:00
David Russell
38badea514 Added support for YouTube start and end play offsets. 2016-12-09 22:08:45 +07:00
David Russell
1ee570a955 Added Open Graph meta tags to enhance social sharing. 2016-12-06 20:40:57 +07:00
David Russell
c41167dacc RFE #24 support for multiple presentations within single repo.
A new parameter (p) on slideshow URLs accepts a relative path to a custom directory within a repo where PITCHME.* can be found for a given presentation. If (p) is not specified, the default behavior using the root directory within the repo is preserved.

This feature supports the creation and management of multiple presentations within a single repo (branch), potentially sharing common assets such as images, styles, etc.

The following changes were required to support this feature:

- Optional parameter (p) on slideshow urls
- Each (p) generates isolated print PDF
- Each (p) generates isolated offline ZIP
- Caching of YAML and Markdown is now (p) aware
2016-11-28 19:07:58 +07:00
David Russell
8b8cc52d33 Added support for new custom footer in YAML config. 2016-10-26 09:44:03 +07:00
David Russell
d2b1ce514a Updated tagline. 2016-10-10 20:26:02 +07:00
David Russell
594da40a62 Removed EOL character stripping interfering with code block indentation. 2016-10-09 23:19:54 +07:00
David Russell
315b6de1d5 Added support for HTML img tags in PITCHME.md. 2016-10-06 10:33:44 +07:00
David Russell
fa287ba150 Resolved #11 background-size YAML option handling. 2016-10-03 15:44:50 +07:00
David Russell
3170ff886d Updated custom css overrides handling for offline slideshows. 2016-09-29 20:34:39 +07:00
David Russell
b212f66686 Reduced cache interval for print and offline bundles on feature branches.
Cache interval for print and offline bundles remains at 20 minutes for master branch. New shorter 20 second cache interval introduced for feature branches to improve developer experience.
2016-09-29 17:04:27 +07:00
David Russell
b294a7c46c Handle SSM cache miss when rendering markdown.
SSM cache misses are possible when rendering markdown on print or offline calls as these calls can be made long after the slideshow itself has been rendered in the browser. To ensure YAML config options are always applied on rendering reconstitute SSM from YAML-on-disk if a cache miss occurs.
2016-09-29 16:37:15 +07:00
David Russell
e05061ff0d Merge pull request #8 from jroper/background-image-size
Added new YAML background-size configuration option.
2016-09-29 16:21:58 +07:00
James Roper
aa6050b3e0 Added background-size configuration option 2016-09-29 12:11:01 +10:00
David Russell
85b3840ebb Handle custom css overrides as external stylesheets on slideshow. 2016-09-28 19:59:46 +07:00
David Russell
b0c992f9cc Updated CI badge to reflect new organization path.
[skip ci]
2016-09-20 16:27:18 +07:00
David Russell
26bb71aef2 Standardized title tags on views. 2016-09-20 16:11:36 +07:00
David Russell
27a066e701 Updated README link to GRS details on Wiki. 2016-09-08 22:01:15 +07:00
David Russell
d59d4b5cc1 Updated PITCHME. 2016-09-08 10:32:13 +07:00
David Russell
f4adfbed3e Added support for GitLab and Bitbucket slideshow presentations.
The GitPitch server has been updated with support for GitPitch slideshow presentations powered by PITCHME.md within GitHub, GitLab and Bitbucket public repos.

The git.repo.services property in application.conf can be used to register and configure custom GRS (Git Repo Services) for any GitPitch server deployment.
2016-09-07 14:11:29 +08:00
David Russell
04fa70d93e Updated Semaphore-CI build status badge.
[skip ci]
2016-08-29 10:40:11 +07:00
David Russell
c552389245 Updated README to reflect new custom css support.
GitPitch slideshow presentation custom css support is documented in the Wiki here:

https://github.com/gitpitch/gitpitch/wiki/Slideshow-Custom-CSS

[skip ci]
2016-08-29 10:37:23 +07:00