Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom syntax highlighting #12

Merged
merged 3 commits into from
Jul 10, 2018
Merged

Conversation

pganssle
Copy link
Contributor

@pganssle pganssle commented Jul 6, 2018

This adds the ability to override the default zenburn syntax highlighting with whatever highlight.js CSS theme you want.

I have also added a slide to the demo that shows off the syntax highlighting.

@dploeger
Copy link
Owner

Nice. Thanks.

@dploeger dploeger merged commit fa2ad92 into dploeger:master Jul 10, 2018
mrmanc added a commit to autotraderuk/jekyll-revealjs that referenced this pull request Sep 25, 2018
2c5396b 3.7.0
72b05a3 Merge pull request #2171 from tristansokol/tristans/add-all-transitions
b6aa0ca Merge branch 'dev' of github.com:hakimel/reveal.js
f6f7f58 Merge branch 'master' of github.com:hakimel/reveal.js
b9bb353 add 'resume presentation' button to pause overlay
fd95c8c use absolute positioning for slide number
be87adc rename new fragment style
078a752 refactor fragment pdf exporting to support multiple fragments with same index #1955
3680f1a merge #1955 with minor changes
a861461 Merge branch 'master' of https://github.com/koehlma/reveal.js into dev
a9e95e7 merge conflicts
4bea8e1 add 'fade-in-then-half-out' fragment style, 'current-visible' was renamed to 'fade-in-then-out'
a82c433 Merge pull request #2141 from marcvangend/marcvangend-clarify-notes-regex
27553e2 add a full list of transitions to readme
4672801 new syncFragments api method
30b670c flatten slide number when there are only vertical slides
3c5c50f Merge pull request #2158 from denehyg/issue-2157
ee63b2a Fixed notes timer when speaker notes window opened via RevealNotes.open()
667c83f refactor code to match new background dom structure
0bbcc6b add Reveal.syncSlide
042fbde data-background-content-opacity -> data-background-opacity
4ba0d73 add , adds wrapper element around background images/videos/iframes
de41f6c smaller font size for sub/sup
5771ae3 speaker view has visible connection status, times out with error after 5s
f1133f0 support interactive iframe backgrounds in vertical stacks
2a57223 revise readURL to handle one-based indices
531d1e8 prevent linked slide numbers from changing color
f713d9d Merge pull request #2133 from sean-parent/master
97c1a0e Merge branch 'dev' into master
ceb1738 Clarify the meaning of the notes?: regex
397feab gracefully handle duplicate slide id's
64b2a27 Made one based indexing optional
93cacaa Print background in pdf (#2131)
1257ee7 code formatting
4cb0d52 Merge branch 'URI-encode-name-hash' of https://github.com/nnormand/reveal.js into dev
ba0e432 formatting
a2e69a4 Merge pull request #2097 from bnjmnt4n/docs/readme
3bbf969 Merge pull request #2114 from ChumpChief/standardized-pointer
4925107 remove legacy vendor prefixes from pdf css
8bf1cc6 Merge pull request #2128 from craigsdennis/feature/update-copyright-date
6dbc593 disableLayout comment tweak
9dbccd6 add support for overriding the default layout (#2121)
443b447 Adding support for hash linked slideNumber
ea57e69 Revert "remove pdf height offset"
8ff5fe4 Updates copyright to 2018
f76b4fd remove pdf height offset
511397c prevent missing 'present' class when navigating to same slide twice
389c3f5 Prefer W3C pointer events, remove pointerEnabled references (it is not part of the standard), unconditional event removal
0282413 fix autoplay of inline videos in ios
5848a43 Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into dev
1427f7a Cleanup readme to make it easier to read/edit.
3251626 navigateNext no longer gets stuck on first stack when looping is enabled
5d273cf Background repeat & position to parallax background
d5f4ede Merge pull request #1836 from RobertBaron/background-whitespace-uri
7cd2c91 head.js: Remove source map URL since it doesn't exist.
18e7dd2 Cleanup code style.
fb97d99 Simplify Travis test script.
27aba10 fix looping of presentations that only have vertical slides
5eba331 Merge branch 'fragment-in-url' of https://github.com/dougalsutherland/reveal.js into dev
496db06 head.js: Remove source map URL since it doesn't exist.
7991693 Docs: add note on how to enable/disable preview links individually.
410f776 Docs: mention that syntax highlighting requires CSS theme file.
57a4c45 Docs: avoid recommending global Grunt installation.
80bc197 Docs: Add note about Windows carriage returns.
4dabd43 Fix testing on Windows machines.
e704b3f fix bug where left/right arrows appeared when there were no horizontal slides
de746bb reorganize config options
4232f41 Merge pull request #2080 from bnjmnt4n/update-deps
f9d0766 Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.
f0fa6fb Update `grunt-contrib-uglify`.
e382d5c Update dependencies.
e3205a5 Merge pull request #2078 from bnjmnt4n/data-background
6816a02 Allow `data-background` images to load even if there is whitespace at the end.
40e5544 Merge pull request #2077 from bnjmnt4n/js-load
fd7894f Allow JS files with query strings to be loaded.
d68423f fix fragment handling when desired fragment is 0
260f287 optionally put the fragment in the URL
0c946ae fix missing theme line-height when printing #1967
7a0b4a5 prevent cmd+r in notes window since reloading breaks the view #1958
edc9c0a Merge pull request #1958 from ThomasWeinert/feature/block_f5_in_notes
09471a0 Merge branch 'patch-1' of https://github.com/keradus/reveal.js into dev
aee62ff .gitignore - ignore package-lock.json file
137e383 Merge pull request #2045 from jgm/issue2026
773569b Allow tex2jax options to be passed into math plugin.
1f1f86e Merge branch 'issue_2041' of https://github.com/denehyg/reveal.js into dev
c966c11 minor formatting tweaks
6028844 Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js into dev
8579fc7 Fixed issue with getProgress() when called from slidechanged event on edge case
a0a9aa7 optimize use of getSlideBackground by avoiding index lookup
a0c0136 add inline and external markdown images to example #2039
65bdccd lab.hakim.se/reveal-js -> revealjs.com
8a63686 3.6.0
a03e803 make it possible to load/unload slides via the api
4022cbf simplify logic for finding slide backgrounds
fa8a733 URI encode name hash
28d6a77 Merge branch 'update-css' of https://github.com/sfairchild/reveal.js into dev
afce29d Merge branch 'master' of github.com:hakimel/reveal.js into dev
9d0a3d7 Merge pull request #1983 from ssfrr/patch-1
41e86a2 Merge pull request #2017 from hoeggi/patch-1
1c8edfc Merge pull request #1957 from crowchirp/patch-1
463770c Merge pull request #2029 from lechten/export-isSpeakerNotes
3d1d768 reconfiguring  no longer unloads iframes on current slide
376d140 Merge pull request #2030 from lechten/registersearchkey
3beda63 allow  to be called directly before or after  (closes #2021)
1002d39 Register search key shortcut for help overlay
44a5673 Export isSpeakerNotes
8041759 Update README.md
4a4719b always show media controls on mobile devices
665d3a1 adds note about necessary markdown scripts to README
56504b5 support negative values in query config overrides
f9a4a27 Prevent text-transform inside code tags
c0109d9 Block F5 in speaker notes window, avoid disconnects
04dcc48 corrected minor typo in readme file
08e0f5e fix indent: replace spaces with tabs
a2cf23b PDF export: add option to export one page per fragment
bfd431a add option for disabling all forms of auto-sliding
8725593 localstorage feature test in notes plugin, fixes speaker view error in safari
b04489b zoom.js works on main wrapper element
76eea30 zoom.js uses ctrl+click for linux, alt+click for others #1909
af6754b simplify point zoom, switch back to alt + click shortcut for os x support #1909
a781b6a clear existing matches when searching for empty string #1909
7d0d3c2 Merge branch 'master' of https://github.com/linux-man/reveal.js into dev
af7c33b unload lazy loaded videos that are moved out of view
dc17129 themes use default quotation marks for `<q>` #1720
1233092 prevent mobile safari header from covering presentation content
9342d19 fix centering of edge-aligned controls
6ae4ad6 change event listener syntax #1917
5e279ef Merge branch 'issue1896' of https://github.com/OleMussmann/reveal.js into dev
2961f00 Merge branch 'master' of github.com:hakimel/reveal.js into dev
43eada7 Merge pull request #1898 from bentsai/patch-1
9139bc3 alias 'notes:' alias for md speaker note separator #1913
b279a47 patch to allow multiplexing on URL load
9ab1437 change condition for detecting when there are horizontal slides
0388c96 'showNotes' does nothing when there are no notes
53c5651 larger speaker notes font on big screens
b64c35e tweak control spacing
fab2836 highlight.js 9.0.0 -> 9.11.0
ce467b5 Remove comment
9c3a657 Modified Zoom Block dimension calculation is not accurate, so zoom is made on mouse coordinates Change default modifier to ctrl - alt don't work on Linux New parameter zoomLevel: default 2
e3a3d3a Better Search Open/close with Control+Shift+f Find words inside SPAN Don't duplicate findings
64bcfc4 change default color of controls to match legacy
522db95 remove border from notes contain when printing on separate page
955075b adjust autplay position when notes are bottom-aligned
b1a7b07 low width speaker notes mode no longer uses vh
9a7d491 adjust speaker notes layout on mobile devices
7ae18c6 'no notes on this slide' placeholder
052a3f0 speaker notes tweak
b7b3fe3 comment typo
453a888 fix error with multiple decimal em in safari
6dde00f improve controls on touch devices
fb1b8a2 revise progress to make them easier to override
a5e175d fix up arrow position
d770f32 control layout tweaks
c966672 adjust control layouts when there are no vertical/horiozontal slides
b784bd5 more flexible control size using em
13733ed control opacity tweak
67507cc controlsHints -> controlsTutorial
9e013cc in/out transitions for controls
617c17b add controlsHint option, animates vertical arrow first time we encounter a vertical slide
58dc6b7 adjust controls layout when there are no vertical or horizontal slides in the deck
f8b5813 prevent flicker on hover
16c03a5 spacing adjustment
92049d8 fix unclickable slides in overview when controls were edge-aligned
2a0a6cb reduce control spacing
54a2137 fix responsive issue with speaker notes
2cc5ae9 new, fixed, speaker notes layout
44a355b 'controls-placement' -> 'controls-layout', cut back on controls spacing
10545d4 simplify control styling using currentColor
2155415 more flexible back arrow controls option
e45a425 default to bottom right controls, rename soften arrows option
4fb8e78 collapse control element size when corner aligned
a9fcaa6 new controls are used by default, add config options
8a09557 control size tweaks
69c72b9 invert colors of controls based on current background
ce4537f new controls responsively move to bottom right for small displays
1319016 new optional controls aligned to screen edges
963e5c8 correct target for cssmin
0d1be99 Fix typo
ada8003 Merge pull request #1887 from tristansokol/tristans/add-useavailableport
00570ea Merge pull request #1884 from demoneaux/upgrade-deps
d948c2c adds `useAvailablePort` option when serving page with connect.
b294323 Upgrade Grunt dependencies and standardise on a consistent file format.
b86b667 Changes to fix failed jshint test related to Key Binding API
e165084 Fixed notes.js to account for upstream updates
f8bc679 Merge branch 'dev' into plugin-key-bindings
40a46e1 Added description of custom key binding API to readme
e48e1e1 Changed custom key binding config properties to use 'keyCode' instead of 'code'
8bf9986 Pass through key event when calling keyboardCondition() to allow conditional function to filter on key codes
7297474 Added programatic support for custom key bindings with optional descriptions to be added to the help screen
360bc94 new fix for prematurely autoplaying background videos
9f4ed56 larger headings for background sections
caccf67 add  for iframe backgrounds
b19dc7f don't autoplay background videos in overview mode
8e93a1d 3.5.0
0c3d89b minor tweak for #1564
715cf0b optionally display pacing advice based on slide timings
921a605 document clock and timer in speaker notes window
9c7fda4 don't show negative signs inside minutes/seconds elements
933eba8 round decreasing timers to mirror increasing timers
1eada3b avoid deleting existing classes when muting time elements
b1b4ee2 don't mute minutes when hours is unmuted
89b0c5a use opacity for muted clock elements
a161aca extract time display code into new _displayTime() function
eb23e58 Allow popup window access to Reveal API
ef9cbbb add new getSlides() API
40912ac clarify getTotalSlides() returns the number of slides
d75afd6 expose getPastSlideCount() via public API
eac3799 clarify meaning of getProgress() value
9bbd5f2 formatting
2289b92 Merge pull request #1851 from astone123/master
d1d44cf formatting
30f2af0 Merge pull request #1844 from riezebosch/pdf-print-stretch
8ec5e00 Merge pull request #1843 from riezebosch/pdf-print-callback
1babc8d Merge pull request #1866 from christianp/mathjax-cdn
9495b64 replace cdn.mathjax.org with cdnjs
c3e96f1 make pdf page height offset configurable
2584a6d new cli and in-browser pdf printing compatible fix for #1804
3ea7e2f allow fullscreen for background iframes
a0a3b4f add autoPlayMedia config option, overrides individual autoplay settings
d9dd9a9 Fix video background autoplay on iOS
34f3773 print-pdf layout slide contents to fit stretch elements
9a7c7ce print-pdf using callback iso timer
7e6fb9e avoid npe on iframe postMessage
f070ba4 Allow whitespace on background-images, w3 compliance
b143e59 tweaks to showSlideNumber config #1833
8f7e4bf Merge branch 'slidenum' of https://github.com/malcomio/reveal.js into dev
5565d08 note about deploying multiplex server with now #1830
95bca84 correct config name in README
da23d68 allow configuration of which view slide number appears on - fixes #1791
1cee899 fix overview rendering issues in latest chrome #1649
fa70a7a phantom export throws error if reveal.js isn't present
bef8109 Merge branch 'master' of github.com:hakimel/reveal.js into dev
a349ff4 new phantom pdf export script that works with 3.4.0 #1815
313a23b merge autoplay conflict #1771
909efab fix readme conflict
bc1ca1a updated pdf docs
2f54af4 update readme re: pdf exports #1823
8b97ff3 Merge pull request #1823 from gilxa1226/master
5ad66f3 docs for #1816 and remove showHelp
1749f0d Merge pull request #1816 from Frazer/patch-1
adc3261 update deserialize regex to work with decimals
2a1303f added override parameter to toggleHelp function
d7b34b6 Update README.md to include block for pdf printing
bcfb656 Update README.md
bede9a2 added toggleHelp function
9f99ac8 adjust comment for display config value #1325
8a0dca2 Merge branch 'issue-1324' of https://github.com/mojavelinux/reveal.js into dev
cc43ff2 Merge branch 'master' of https://github.com/Bramas/reveal.js into dev
2c9e226 warning about cube/page being deprecated #1774
f496613 improved fragment notes support #1636
c49f76d Merge branch 'master' of github.com:hakimel/reveal.js into dev
1413cbc Merge pull request #1636 from traff/master
dc159f2 Merge pull request #1644 from rajgoel/dev
7daa0e0 make background videos work on ipad #1778
981a8b9 Merge pull request #1728 from opdavies/sass-extension
581da02 Merge pull request #1764 from demoneaux/package-json
eada86c recommend using textarea wrapper for inline markdown #1780
02a6b05 fix markdown typo, update comment #1780
37f3da6 Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into dev
3617eac note about showNotes in PDF exports #1800
fa01fa3 typo
c018d04 Merge branch 'master' of github.com:hakimel/reveal.js into dev
3bcd167 Merge pull request #1803 from bitjson/patch-1
cd36c92 Merge branch 'master' of github.com:hakimel/reveal.js into dev
9f8e4d5 3.4.1
953d302 adjust pdf margins instead of heights to fix #1804
84202fa adjust pdf margins instead of heights to fix #1804
d9dcff1 additional fix for empty pages in pdf exports #1804
286b69b fix empty pages in pdf exports (closes #1804)
934c2e9 additional fix for empty pages in pdf exports #1804
d4133f0 fix empty pages in pdf exports (closes #1804)
e3ca5e8 correct grunt option usage
a6ecbfa merge info links in index
08e6cc5 Merge pull request #1794 from pkubowicz/index-history
cb16f27 Merge pull request #1768 from demoneaux/background-images
e8164c1 2017
20238ee make backgrounds (iframes) interactive when the foreground is empty
98de932 remove unused argument
941b86b  works with video, defaults to  (same as for images)
84090b8 fix race condition by updating backgrounds after slide visibility
f9e5467 prevent autoplaying backgrounds from playing if slide is hidden
a38207f wait for in-slide video/audio to load before playing, reuse same autoplay logic for slide backgrounds
4afd854 Remove 'history: true' from index.html
568c751 fix unclosed code block
fb8414f 3.4.0
a144134 Merge branch 'dev' of github.com:hakimel/reveal.js
5f76234 support complex markdown
97bb6e9 fragments inherit visibility to avoid conflicts with parent slide visibility
f2bd9d2 don't show error message while iframe fades in #1577
001d4d9 Merge branch 'add-refused-to-display-tips-to-link-preview' of https://github.com/Huxpro/reveal.js into dev
40c4db1 always use lowercase reveal.js
63d3b59 Merge pull request #1767 from demoneaux/readme
962c6c1 #1770, set 'data-paused-by-reveal' attribute only for the media elements, which are not already in paused state.
da40eaf #1770, added second argument for setAttribute
54bfad6 #1770, fixed function name.
6831f6c #1770, resume playback for paused media.
441a26c Allow background images without protocols to have query hashes/parameters.
4d0f1ad Add note about head.js to readme.
90b301d Enable passing options for parsing Markdown.
22de402 Shift `dependencies` to `devDependencies`.
713702a Reduce required Node.js version to 4.0.0.
2bd6b56 Merge pull request #1760 from demoneaux/package-json
03ac4a2 Reduce required Node.js version to 4.0.0.
e4e5cc1 Merge pull request #1740 from christinakayastha/feature/printing-remove-slide-number
f0dfb5b merge package version conflicts
b4d46d2 update dependencies to work with latest node #1743
3de1521 Merge pull request #1743 from haf/patch-1
e460b2b Merge pull request #1747 from spencermathews/feature/readme-defaults-fix
67ac871 Merge pull request #1757 from daanmichiels/correct-copyright
775d510 Merge pull request #1756 from jmpp/better-data-trim
785dbdd correct copyright message to include contributors
35162c1 Better version of data-trim on code snippets
21c1faf Update README.md to reflect current defaults in js/reveal.js
1918820 add pdf-ready event; dispatched when the presentation is laid out and ready to print
a8586b3 Bump node engine in packages.json
80e2877 Don't remove slide-number in pdf view
659822a Hide slide number when in paper or pdf print view
b78cca5 Support sass extension for custom themes
ca37d4e remove debug code
7547b89 fixes ff overview rendering bug #1649
e76855e remove unused dom lookup
0b9233c attempt at fixing ff transition bug #1627
ce55d1a fix merge conflict for #1634
02f95f4 code format tweaks
7e99626 only use nodeType 1 and 3 (only relevant types)
ab33b31 limit text written to the status div
2cf0025 renamed grunt 'base' option to 'root' (#1660)
693a370 remove issue comment
969885a ignore delta=0 mousewheel event
0b6585b prevent exception when initializing with no slides #1678 #1679
3c36ee6 Add note to README about how to disable scaling
ea8964d autoSlide duration with playbackRate
255bde1 Merge branch 'r400-linux' of https://github.com/jroper/reveal.js into dev
1301de9 Logitech R400 on Ubuntu blackout button support
ec76f47 speaker layouts in server side notes plugin
da57099 layout selector for speaker view; includes four options
79728e2 autoplay support for content inside of fragments
bc4fc65 none/fade/slide transitions use flat transform style, prevents blurred content #1002
a652e0a Allow switching off preview links
c1d94f1 Merge pull request dploeger#12 from hakimel/dev
86a3f02 For a fragment: allow to show a separate note defined in it
304b029 null computed style to avoid npe
ab2bb86 null check to avoid occasional npe
6447b59 ready flag on .reveal container
59f3395 Update JSDocs and fix typos
541bcf2 update dependencies based on retire.js info #1473
e7de1bd merge retire.js #1473
9639b53 Merge branch 'master' of github.com:hakimel/reveal.js into dev
8f47b17 Merge pull request #1628 from davidjb/markdown-doc-fix
338a7b0 add 'npm build' script that launch grunt
1da1ff0 use first fragment's data-autoslide value when there is no current fragment
65a90cc remove unused dom reference
e4634f2 revise simple.md so that slide 1.1 and 1.2 correctly break into separate slides
8d7ff10 Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js into dev
1fe20cb Detail markdown plugin attributes & defaults
8d4cb81 move speaker notes into page container when printing pdf
bac187f request fullscreen on documentElement instead of body (#1621 #1624)
a12a17b request fullscreen on documentElement instead of body (#1621 #1624)
ce777e4 Revert "fix theme backgrounds in firefox fullscreen mode #1386"
b7e0d9b fix theme backgrounds in firefox fullscreen mode #1386
8162855 increase default font sizes, adjust config defaults for less margings and larger max scale #1605
6bfa48a prevent repeated initialization #1616
d78a804 Merge branch 'Timothep-master' into dev
ad86772 Horizontal 2-1 View for the speaker notes instead of a vertical 1-2
0212320 Added a description of the undocumented timer-reset feature
64aa3b2 Merge branch 'master' of https://github.com/dhyegofernando/reveal.js into dev
ca92d22 add showHelp to api #1611
7d6cc9f Merge branch 'master' of github.com:hakimel/reveal.js into dev
c2997c6 text alignment
6b4bdd2 hdpi slides banner
f9ae412 Merge branch 'master' of github.com:hakimel/reveal.js into dev
904f987 slides banner
4321266 include layout for notes outside of pdf exports
3111d3b support for 'separate-page' layout for notes in PDF exports #1518
e93afb7 Merge branch 'master' of github.com:hakimel/reveal.js into dev
a8c4109 Update README.md
fd97d56 Merge pull request #1537 from vincentbernat/fix/dark-background-simple-theme
9cd7f3f code format
884d3cd Merge pull request #1585 from jasonkiss/feature/disabled-buttons
e2fa1d9 ocd
2418a12 Merge pull request #1586 from jasonkiss/feature/accessible-speaker-notes
6593ac3 moz selection color in theme template #1575
3483aac Merge pull request #1575 from aniqah/firefox-selection-colour
2503b1a merge readme conflict #1595
c5c0290 Merge branch 'patch-1' of https://github.com/tiagorg/reveal.js into dev
187114f Removing duplicated "position" property at pdf.css
b79f1fa Add minor imporovements to the PDF export instructions
dec6d17 make speaker notes keyboard accessible
fb8bbaa set/remove @disabled on navigation buttons
e2a8634 add refused-to-display tips in link-preview-overlay
2a79d05 Merge branch 'master' of github.com:hakimel/reveal.js into dev
3d49b1d Merge pull request #1571 from adius/patch-1
ce7d494 tweak formatting to match rest of slide
2d54bc6 Merge pull request #1572 from jesstelford/zoom-content-size
9b11915 fix pdf bg layering, simplify code
5558103 make max pages per slide limit configurable
fcb6ea8 prevent pages from overflowing when printing to pdf
d1a3656 Add selection colour for Mozilla Firefox
66c4e6a use scrollHeight instead of custom measurement
a0e6da6 More natural zooming on block level elements
87b0823 Simplify full setup
539e774 3.3.0
fc3e4d7 change introduction
1efa524 readme tweak for #1535
f0ee41a Merge branch '1549' of https://github.com/RopoMen/reveal.js into dev
5dd9067 overview now works with percentage based width/height #1247
cb092e6 Merge branch 'dev' of github.com:hakimel/reveal.js into dev
a6507af widen watch for html files, required for updates to demo.html
87b24dd merge conflict
5a7ac78 lazy load iframe in demo
0fedfbe Merge branch 'update-headjs' of https://github.com/booi/reveal.js into dev
2dc546f Fix watching for markdown files
a63c8ca Fixes #1549, now UA match is limiting out MS Edge and Chrome detection is improved. Also improved UserAgent access by storing it in to a local variable, it was accessed so many times in different places.
e83e275 Merge branch 'master' of github.com:hakimel/reveal.js into dev
d6406e4 new multiplex server courtesy of now.sh (closes #1377)
492e2e2 Merge branch 'master' of github.com:hakimel/reveal.js into dev
f85a1e9 remove test content
07c2355 support for standalone multiplexing
eca7113 Update README.md
f98b5cc Update README.md
8789baa Merge pull request #1545 from ducin/master
520fa49 generalize scroll offset prevention
37ac67d Table of contents added in README.md
a9566df make theme "simple" use white titles on dark backgrounds
00b9c2b minor tweaks
4e416fd remove unintentionally added file
3d09691 new empty template at index.html, move old index to demo.html #1526
2625a92 add 'shuffle' config value and API method #1506 #1089
1a5f299 update headjs to v1.0.3
587d16c fix(PDF Export): Mark as important `width`, `height` and add `zoom` properties to fix CSS rules which were overrided by inline styles
0dbdd8a Merge branch 'master' of github.com:hakimel/reveal.js into dev
de2ab07 slides link
0c5ce1e Merge pull request #1523 from demoneaux/readme-fix
ef137fd server notes plugin no longer syncs overview mode #1446
8e3a7f0 notes plugin no longer syncs overview mode #1446
922677a fix notes regex #1522 #1392
ac2a3ff Make PDF export section less OS X specific.
7cee887 Merge branch 'patch-1' of https://github.com/LaurentTreguier/reveal.js into dev
db46896 Merge pull request #1522 from demoneaux/notes-fix
e3d681e Merge pull request #1521 from demoneaux/unused-dependencies
6d0b520 Fix query parameter issue in notes plugin.
9eb56f8 Remove unused dependencies.
0eb2d81 Merge branch 'master' of github.com:hakimel/reveal.js into dev
c6b6ae4 Merge pull request #1484 from omer727/patch-1
acc4009 use css  to scale slides up in safari
219a600 Change ".video" to ".reveal .video"
191dbe6 Merge branch 'master' of github.com:hakimel/reveal.js into dev
c93fbf1 readme tweak
fc1c239 add barebones example to readme
6af739f Fixing spelling typo and GitHub proper camelcase for brand name
d0bb69d Merge branch 'master' of github.com:hakimel/reveal.js into dev
8a40bb4 note about showNotes in PDF exports
fdb7517 merge #1220
12acf08 Merge branch 'jetzhliu-patch-1' of https://github.com/jetzhliu/reveal.js into dev
fba12ab Merge branch 'master' of github.com:hakimel/reveal.js into dev
3c46733 Merge pull request #1476 from prtksxna/patch-1
7eca842 Remove rebase conflict in README.md
19a69b2 code format
3df2129 Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into dev
993526f fix broken iframe in backgrounds example
3d33d27 tweak implementation of #1376
c0ea2cd same code format
daa5f03 Merge branch 'patch-2' of https://github.com/teawithfruit/reveal.js into dev
8ec529d rebuild css
a5750f0 merge conflict
06cdd9b include speaker view keyboard shortcut when applicable #1466
4ee6769 tweaked fragment examples
52aec94 center help overlay with flexbox
7621e10 added retire.js to build process -allows security vulnerability check in used npm-dependencies and own scripts -execute with ```grunt retire```
ddd0e85 Merge branch 'master' of github.com:hakimel/reveal.js into dev
c391975 resolve conflict
ee87784 add new fragment styles to readme #1445
76faecc Merge branch 'fragments' of https://github.com/kewitz/reveal.js into dev
3bb7cf5 Merge branch 'master' of github.com:hakimel/reveal.js into dev
2a86465 tweak to pdf print isntructions
1450d21 Merge pull request #1450 from Quintasan/fix-printing-readme
b7644a3 expose version number through  #1451
fb00a5d Merge branch 'master' of github.com:hakimel/reveal.js into dev
1d6848a merge conflict
19a8017 Merge pull request #1472 from vicapow/master
4881281 Add the grunt-cli as a dependency instead of assuming global grunt.
fcb4b05 Merge branch 'master' of github.com:hakimel/reveal.js into dev
e448cf8 Merge pull request #1459 from appleboy/patch-1
c229886 Merge pull request #1467 from ismith/spelling_fix
18b644c ©️ ©️ ©️ ©️ ©️ closes #1469
5da75ae Fix spelling error in print-pdf plugin
de4efa5 updated to mustache 2.2.1
5abf500 ignoring IntelliJ IDEA files
91c6db7 update to highlight.js 9.0.0
07affa2 remove redundant spaces.
d06981c Merge branch 'muted-video' of github.com:oslego/reveal.js into muted-video
b496646 add option to mute background videos (updated)
de4406f Chromium users need to check Background graphics option when printing.
2909440 Clean version of the new transitions.
d457b92 Added 4 fragment transitions effect.
6949ebc tweak
0e763c7 2x playback controls for retina displays
c8319b9 add autoSlideMethod to default config
0cd4e2c Merge branch 'dev' of github.com:hakimel/reveal.js into dev
bbe38ad Merge pull request #1437 from der-michik/autoslide-direction
a398a02 Fix build error
4a45557 Add a more flexible autoSlideMethod option
bef2722 simplify condition #1434
31550d0 Merge pull request #1434 from mikemellor11/master
c0afa01 Add autoSlideRight option
833622e update parallax background docs #1436
3e42929 check for 0 division, stops parallax failing if only the single horizontal slide and multiple vertical
16ebf2a * [bug] the markdown plugin can not render highlight codes for marked.setOptions(highlight)
6952931 * update marked.js version to 0.3.5
822a9c9 3.2.0
d022113 Merge pull request #1362 from GuGuss/patch-1
bb7ab5f Merge pull request #1381 from lordsutch/master
a5181e4 Merge pull request #1391 from rohithpr/notes-key-binding
50f9896 update highlight.js 8.6 -> 8.9.1 #1385
2156177 server notes sync slide changes both ways, fixes #1425
4be55f8 update highlight.js url
21d02ee Merge branch 'master' of github.com:hakimel/reveal.js into dev
e74c3c6 Merge pull request #1422 from gre/patch-1
d44bcdb Fixes #1225
43f0d08 fixed loading
fcfcf9e more slide number tweaking
edfa131 tweak how speaker notes look in pdf exports
f87f3e6 style tweak
9b5e160 hide slide number element when disabled
d66cba6 remove out of sync comments from pdf css
42babeb one more slide number format
0e779ed slide numbers work in pdf exports, update slide number style
0198d74 change slide number formats
35462a4 remove mention of deprecated transitions #1390
596f3d3 fix mixed indentation
2a75779 Merge pull request #1399 from sloan-848/markdown-packaging
5949e43 Merge branch 'master' of github.com:hakimel/reveal.js into dev
15414ce Merge pull request #1400 from adunning/patch-1
103f012 Merge pull request #1401 from adunning/patch-2
fc792e7 remove remotes.io plugin, service no longer exists #1411
1cb5212 syntax error in postmessage example
625831b format note content when creating slide
2b9d187 Move up Presentation Size section.
015870c Use en dash in title; <meta> is a void element.
3d53766 Add more support for external markdown.
dd8f95d Fixed #1379 - config keyboard now disables 's' key
34b82ba run autoprefixer
5e763bc fix black background in fullscreen mode #668 #1386
6d93ce5 rebuild css
e0d723b Fix slides being cut off in Chrome.
69104e8 Merge remote-tracking branch 'upstream/master'
01c55d4 fix bower dependency #1375
ec119e7 UPDATED - Improvement on spaces and indentation
c1cb328 UPDATED - Improvement on spaces and indentation
e258db0 UPDATED - Improvement of code. Now none flag is used, but the readyState property  from video element
28e0190 Merge branch 'master' of https://github.com/alexbatista/reveal.js
92a6996 Improvement of code. Now none flag is used, but the readyState property  from video element
b0d6e55 improvement on spaces and indentation
329bfbe Merge branch 'master' of github.com:hakimel/reveal.js into dev
ddc9e2b Merge pull request #1357 from davidbanham/master
9b70e65 update travis node.js version
771843c Merge branch 'master' of https://github.com/davidbanham/reveal.js into dev
8373d5e Merge pull request #1281 from fghaas/dev
c1a7e83 multiplexing work with socket.io 1.0+ #1281 #1276
b16bc6f speaker notes work with socket.io 1.0 #1375
5117048 Merge branch 'deps-update' of https://github.com/verdurin/reveal.js into dev
bcfd0aa bug fix - when the first section has a background-video, the vido do not execute. Now, it's work
ef1402e Update dependencies to fix installation
8a1603f Merge branch 'dev' of github.com:hakimel/reveal.js into dev
9bcd148 notes defined in data-notes attributes retain preformatted whitespace
55a69fc Update the theme README.md
8bbc297 add option to mute background videos
076aee5 Update location of multiplex demo server
d6d4c68 Add the data-noescape attribute and example
a151df5 document `data-prevent-swipe` #951
1116d99 prevent swipes on speaker notes
0d37757 modifications to #951
be7545d Merge branch 'feature_prevent_swipe' of https://github.com/Calyhre/reveal.js into dev
bd6a592 notes style changes
ca40981 bump up z-index of notes in pdf
1c6990d fix pdf print when showNotes is disabled
5d39e8b reorder css
b0b2ce1 print notes to pdf when  is enabled #304
0338f28 add getSlideNotes API method and tests
5a40b44 dont show notes container when printing pdf
a14a298 document showNotes config value #304
2ad4065 ability to share presentation with speaker notes #304
0c971b0 Merge pull request #1309 from cben/patch-1
5e3bbde formatting
75d3837 Merge pull request #1310 from teawithfruit/patch-1
de6def8 Merge branch 'master' of https://github.com/gruber76/reveal.js into dev
983bd51 fix initial visibility of strike fragments #737
044e870 fix issue where 'none' transition did not apply to vertical stacks
b3b8738 avoid duplicate var
b9d9632 simplify
1bf236a fix object.keys call on non-object
ccbc7ed resolves #1324 allow display property to be configured
0c2898d Update reveal.js
de3e1da only use zoom to scale presentations up, fixes shifts in text layout
b7470fa solves early access error with video element
b098b56 README example: load MathJax over https
25da01c Merge pull request #1132 from kendaleiv/plain-images
d44125d tweaks for #1200
399d4f6 Merge branch 'master' of https://github.com/bfritscher/reveal.js into dev
852fea4 Merge pull request #1205 from gothma/mathjax-md
c96a5d6 fix theme control arrow selectors #1257
d3b2ed9 Merge branch 'controls-buttons-a11y' of https://github.com/marcysutton/reveal.js into dev
d88f59c Merge branch 'master' of github.com:hakimel/reveal.js into dev
b390e66 add bower json #1067
96bef35 Merge pull request #1287 from obilodeau/patch-1
523f78e remove harcoded syntax highlight colors #1290
cee6485 Gruntfile.js: watch tasks restructured
2de01e3 update highlight.js theme
98bdeae README: suggest decktape as an alternative for PDF rendering
adf1a24 Merge branch 'master' of github.com:hakimel/reveal.js into dev
6ec6ac2 Merge pull request #1250 from kfuglsang/highlightjs-86
7225d84 Merge pull request #1260 from pierreozoux/master
5020014 Merge pull request #1270 from jasonkarns/patch-1
95296b9 Merge pull request #1274 from jasonkarns/patch-3
e1a3cf4 Merge pull request #1271 from jasonkarns/patch-2
3aec26c Update README to include socket.io 1.3.5 examples
be91cc6 broken <table> html in demo deck
071a523 `licenses` field is deprecated
018ca77 enabling launching presentation with npm-start
9ef5915 Merge pull request #1268 from gneatgeek/migrate-leap-plugin
50e1463 Removed leap motion plugin from main project
5dd2dd9 Allows to specify PORT from env on multiplex plugin
242f2d6 accessibility: controls as buttons, not divs
562d3b0 Merge branch 'davidbanham-master' into dev
db35951 merge #959 with minor tweaks
f0cf1f5 add base option for grunt serve task #1102
434cd3b Merge pull request #1202 from alexandreleroux/patch-1
c99f138 Merge pull request #1234 from lememora/master
1ca92a4 Merge pull request #1201 from MA3STR0/master
0055b7b Merge pull request #1207 from danielePala/patch-1
0563835 Updated to Highlightjs 8.6 with all languages supported.
7c7776a added missing comma on the configuration example
eff2265 3.1.0
5f90a44 consider lazy loaded iframes when formatting src
e16a220 fix iframe unload in firefox
af270a9 iframe postmesssage api works with lazy loaded iframes
bf6a426 sync starts playing new embedded content
d14727b type check to ensure we don't call media api before media has loaded
207b0c7 fix lazy load selector error
e67dc92 tweak to iframe lazy load test
3cd871e typo
7dd33f1 lazy-load iframes only for current slide, unload when hidden
152271e lazy loading fallback also considers iframes
80e52c0 add test presentation for per-slide transitions, compile css #1106
0f7b0dc Merge branch 'master' of https://github.com/jammon/reveal.js into dev
a96caba Fixed last header having a border-bottom
76230e7 Update index.html
0cb4d10 Allow tex parsing in <code> tags
d659575 PDF exporting also works with Chromium
bae8d96 change iframe example
33923b3 Correct Readme.md#theming
334cd3e Merge branch 'master' of github.com:hakimel/reveal.js into dev
07197b1 Merge pull request #1162 from bobylito/master
7f55e07 fix markdown test
4e3b91a remove 'roll-in' fragment style due to Chrome crash #1150
ce798c4 update cssmin to 0.12.2 #1179
404dd4e Merge branch 'master' of github.com:hakimel/reveal.js into dev
69bc0be Merge pull request #1180 from kayakr/patch-1
a0cc104 Merge branch 'query-params' of https://github.com/FND/reveal.js into dev
f24cbf8 Merge pull request #1193 from danielquinn/Firefox-friendly
9645a76 handle the </script> end bug inside code markdown
ee1ecef Added support for standard transforms
4052389 support query parameters within notes plugin
3ec15e3 Fix typo /s/configure/configured
ecc6222 fix for #1150?
bbfdb3b reset fragment transforms using 'none'
e19931a fix #1170
70ab0ae remove variable definitions #1158
2999b62 Merge branch 'dev' of https://github.com/bchretien/reveal.js into dev
0428365 Merge branch 'patch-1' of https://github.com/drzax/reveal.js into dev
e38b1d3 Merge pull request #1166 from callahad/update-marked
868d3b1 Merge branch 'patch-1' of https://github.com/borrown/reveal.js into dev
60457d2 alt+zoom only works on slide content #1151
41cf154 Update reveal.js
7a03e23 Attribute values should be quoted
dfb39b4 Bumped Marked to v0.3.3
7baa8ec updated md slide separator regex #929
e02f048 Make npm dependency usable by Browserify through NPM
381adb0 Merge branch 'master' of github.com:hakimel/reveal.js into dev
8858ee7 note about plugins
bcec81e Merge branch 'master' of github.com:hakimel/reveal.js into dev
23ec0d0 link to plugins
25c46cc Fix slide numbering for custom slide number formatting.
f79210c Add support for custom notes.html file
4677741 remove selection color from core css
c200fbe add blood theme to demo slides #928
ecc8c78 tweaks to blood theme
364a3f9 code format
fc568b5 Merge branch 'patch-1' of https://github.com/jhofker/reveal.js into dev
b457479 fix mixed spaces/tabs
3ead7d4 Markdown table column alignment #1050
04e38c8 Merge pull request #1113 from brndnb/patch-1
53b9dbc code format
a245a87 Merge pull request #1138 from denehyg/background-video-loop
22a5ec5 merge conflict
bf8a627 fix mixed indentation
f772c7e fix progress bar clicks in rtl mode #1131
ea735f0 ensure postmessage data is a string #1143
4c0a033 merge options for parallax step size #733
76c5726 Check before calling blur on activeElement.
00fa1c8 Added option to loop background videos
67140f2 Add plain class for plain images
2ed1d6f fix looped view distance calculation
a4852c7 prevent iframes from offsetting presentation
1c8a6e4 only preload last slides if presentation is looped
49f462e gifs now restart when their slide container is shown
621e8d7 only transition slides container in overview mode
0340047 Merge pull request #1119 from hakimel/feature/new-overview
8e66876 fix error when exiting overview
c8d7451 comments
18e29a8 cleaner approach to applying transforms to slides container
3b45b61 dynamic file mapping to avoid themes hardcoded in gruntfile
df38524 theme readme update
64e7278 ensure overview indices are up to date if a slide moves
c8569e2 cross browser adjustments for overview mode
e29c706 further overview refactoring
11293d7 refactoring and optimization of overview mode
ce8ea84 Merge pull request #1115 from raboof/patch-1
e296b39 Grunt target was renamed
2dccc25 Fix small typo
44548ba add global flag back in for whitespace removal, without it most of the content in example.html does not work #682
f032df8 default to https mathjax #1103
9e14b26 fix for #1088 when presentation is not scaled
420b691 Adding one-sided transitions
95bba51 Mixins for readability of transitions added
e0aba9f apply z position to slide container, rather than individual slides
66d7b6b firefox support for #1088
99d9236 no longer set o-transforms
b71705c background images now work in overview mode #1088
5fb81b1 support for custom slide number formatting #965
817bb3b use getElementByID when looking up linked slides #1086
9a89e39 only read textContent for aria callout #1100
5359da0 documentation for getState/setState
04b71f5 documentation for postMessage API
54082a8 Merge remote-tracking branch 'upstream/master'
a078c87 Listen to custom mapped togglePause keys
09de278 Merge remote-tracking branch 'upstream/master'
ed8d90b Fix tests
4e70cf8 Add ability to prevent swipe for specific elements
ac76644 Merge remote-tracking branch 'upstream/master'
d1d6cca Merge branch 'master' of github.com:lordsutch/reveal.js
0605ab1 add parallax horizontal and vertical properties to enable non-calculated parallax offsets
97d4eb1 Merge remote-tracking branch 'upstream/master'
55f2201 Merge remote-tracking branch 'upstream/master'
d8fb09f Merge remote-tracking branch 'upstream/master'
f84e025 Merge remote-tracking branch 'upstream/master'
4874b13 Merge remote-tracking branch 'upstream/master'
ad086b8 Merge remote-tracking branch 'upstream/master'
173b4e7 Merge remote-tracking branch 'upstream/master'
7b11976 Merge remote-tracking branch 'upstream/master'
636a666 Merge remote-tracking branch 'upstream/master'

git-subtree-dir: assets/reveal.js
git-subtree-split: 2c5396b7d347f8ee1344016f15b93d4f78401569
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants