summaryrefslogtreecommitdiffhomepage
path: root/plugin
AgeCommit message (Collapse)Author
2017-04-07Merge pull request #1843 from riezebosch/pdf-print-callbackHakim El Hattab
print-pdf using callback iso timer
2017-04-05replace cdn.mathjax.org with cdnjsChristian Lawson-Perfect
cdn.mathjax.org is shutting down: https://www.mathjax.org/cdn-shutting-down/ This changes the default MathJax URL in the math plugin, as well as references in README.md and test/examples/math.html
2017-03-14print-pdf using callback iso timerManuel Riezebosch
Use window.callPhantom icw page. onCallback to wait for pdf-ready event. From: http://stackoverflow.com/a/28925479/129269
2017-02-15phantom export throws error if reveal.js isn't presentHakim El Hattab
2017-02-15Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-02-15new phantom pdf export script that works with 3.4.0 #1815Hakim El Hattab
2017-01-31improved fragment notes support #1636Hakim El Hattab
2017-01-31Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2017-01-31Merge pull request #1636 from traff/masterHakim El Hattab
For a fragment: allow to show a separate note defined in it
2017-01-31fix markdown typo, update comment #1780Hakim El Hattab
2017-01-31Merge branch 'patch-2' of https://github.com/ccqgithub/reveal.js into devHakim El Hattab
2016-12-23support complex markdownSeason Chen
support <textarea data-template> `some code` </textarea>
2016-12-08Enable passing options for parsing Markdown.Benjamin Tan
Closes #1163, #1495.
2016-12-01Merge pull request #1756 from jmpp/better-data-trimHakim El Hattab
Implementing a better data-trim
2016-11-22Better version of data-trim on code snippetsJ.M. Cléry
2016-09-21speaker layouts in server side notes pluginHakim El Hattab
2016-09-21layout selector for speaker view; includes four optionsHakim El Hattab
2016-07-04For a fragment: allow to show a separate note defined in itDmitry Trofimov
When a slide has several fragments it could be convenient to define a note for each of them. In this case we need to show only this specific note defined in a fragment and not others. General note of a slide shouldn't be also shown, as a more specific one should have greater relevance in this case.
2016-06-22Merge branch 'bug/markdownSetOptions' of https://github.com/snowyu/reveal.js ↵Hakim El Hattab
into dev
2016-06-10Merge branch 'Timothep-master' into devHakim El Hattab
2016-06-10Horizontal 2-1 View for the speaker notes instead of a vertical 1-2Timothep
2016-04-29tweak formatting to match rest of slideHakim El Hattab
2016-04-26More natural zooming on block level elementsJess Telford
Switching a `display: block` element to `display: inline-block` allows calculating the bounds based on the contents of the div rather than the entire container (which is often `width: 100%`). This provides a much more natural zoom, especially for paragraphs and code examples.
2016-04-07support for standalone multiplexingHakim El Hattab
2016-03-09server notes plugin no longer syncs overview mode #1446Hakim El Hattab
2016-03-09notes plugin no longer syncs overview mode #1446Hakim El Hattab
2016-03-09fix notes regex #1522 #1392Hakim El Hattab
2016-03-07Merge pull request #1522 from demoneaux/notes-fixHakim El Hattab
Fix query parameter issue in notes plugin.
2016-03-06Fix query parameter issue in notes plugin.Benjamin Tan
Closes #1392.
2016-03-06Remove unused dependencies.Benjamin Tan
2016-01-11Merge branch 'jetzhliu-patch-1' of https://github.com/jetzhliu/reveal.js ↵Hakim El Hattab
into dev
2016-01-08code formatHakim El Hattab
2016-01-08Merge branch 'patch-1' of https://github.com/danieltdt/reveal.js into devHakim El Hattab
2016-01-08same code formatHakim El Hattab
2016-01-08Merge branch 'patch-2' of https://github.com/teawithfruit/reveal.js into devHakim El Hattab
2016-01-08include speaker view keyboard shortcut when applicable #1466Hakim El Hattab
2016-01-04Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-12-27Fix spelling error in print-pdf pluginIan Smith
2015-12-14update to highlight.js 9.0.0Hakim El Hattab
2015-11-11* [bug] the markdown plugin can not render highlight codes for ↵Riceball LEE
marked.setOptions(highlight)
2015-11-10* update marked.js version to 0.3.5Riceball LEE
2015-11-09Merge pull request #1391 from rohithpr/notes-key-bindingHakim El Hattab
Fixed #1379 - config keyboard now disables 's' key
2015-11-09update highlight.js 8.6 -> 8.9.1 #1385Hakim El Hattab
2015-11-09server notes sync slide changes both ways, fixes #1425Hakim El Hattab
2015-11-02fixed loadingteawithfruit
2015-10-26remove remotes.io plugin, service no longer exists #1411Hakim El Hattab
2015-10-19format note content when creating slideLiu Zhanhong
In html content, marked allow `Inline-Level Grammar` but not `Block-Level Grammar`, so when I write following: ``` note: * a * b * c ``` it become: ```html <p><em> a </em> b</p> <ul> <li>c</li> </ul> ``` unbelievable!
2015-10-09Fixed #1379 - config keyboard now disables 's' keyrohithpr
2015-09-29multiplexing work with socket.io 1.0+ #1281 #1276Hakim El Hattab
2015-09-29speaker notes work with socket.io 1.0 #1375Hakim El Hattab
2015-09-25notes defined in data-notes attributes retain preformatted whitespaceHakim El Hattab
2015-07-07tweaks for #1200Hakim El Hattab
2015-07-07Merge branch 'master' of https://github.com/bfritscher/reveal.js into devHakim El Hattab
2015-07-07Merge pull request #1205 from gothma/mathjax-mdHakim El Hattab
Allow tex parsing in <code> tags
2015-06-25Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab
2015-06-25Merge pull request #1250 from kfuglsang/highlightjs-86Hakim El Hattab
Updated to Highlightjs 8.6 with all languages supported.
2015-06-15Removed leap motion plugin from main projectRC028552
2015-06-10Allows to specify PORT from env on multiplex pluginpierreozoux
2015-06-02Updated to Highlightjs 8.6 with all languages supported.Kenneth Fuglsang
2015-04-16Allow tex parsing in <code> tagsMartin Goth
Just using $ as delimiter in markdown document fails since the markdown parser unknown to the dollar syntax will try to interpret underscores. Putting the $ delimented formula in backticks will cause the markdown parser to put the tex-code with the $ delimiters into a code block. The texcode will then be unchanged. This patch allows for mathJax to interpret and automagically display the tex-formulas.
2015-04-12Merge branch 'query-params' of https://github.com/FND/reveal.js into devHakim El Hattab
2015-04-12handle the </script> end bug inside code markdownBoris Fritscher
by changing the tag before html is parsed and restoring it before markdown parsing
2015-04-02support query parameters within notes pluginFND
2015-03-25Merge branch 'patch-1' of https://github.com/drzax/reveal.js into devHakim El Hattab
2015-03-25Merge pull request #1166 from callahad/update-markedHakim El Hattab
update marked to 0.3.3
2015-03-25alt+zoom only works on slide content #1151Hakim El Hattab
2015-03-16Attribute values should be quotedSimon Elvery
2015-03-16Bumped Marked to v0.3.3Dan Callahan
Compressed with `uglifyjs lib/marked.js --comments="/Copyright/" --mangle --compress` Used Marked v0.3.3 as of chjj/marked@2b5802f258c5e23e48366f2377fbb4c807f47658
2015-03-16updated md slide separator regex #929Hakim El Hattab
see https://github.com/hakimel/reveal.js/issues/929#issuecomment-80738837
2015-03-05Add support for custom notes.html fileDaniel Teixeira
It would be nice if we could define a custom notes.html file. Actually, I'm used to compile my js files before releasing my app and, using selectors like `script[src$="notes.js"]`, doesn't work :( So, what do you think about it?
2015-01-22add global flag back in for whitespace removal, without it most of the ↵Hakim El Hattab
content in example.html does not work #682
2015-01-20default to https mathjax #1103Hakim El Hattab
2014-12-10zoom plugin now works for scaled presentationsHakim El Hattab
2014-10-16better handling of overflowing speaker notes #1017Hakim El Hattab
2014-09-28prevent auto-sliding in notes frames #1004Hakim El Hattab
2014-09-27dont open notes when S is pressed inside of notes window #991Hakim El Hattab
2014-09-11update highlight.js to 8.2Hakim El Hattab
2014-07-22update highlight.js to 8.1Hakim El Hattab
2014-05-19zoom viewport is centered on target element #900Hakim El Hattab
2014-05-04sync server-side speaker notes after notes window opensHakim El Hattab
2014-05-04update server side notes to match client side pluginHakim El Hattab
2014-05-04clicking on notes timer now resets it #779Hakim El Hattab
2014-04-29updates to phantom pdf print script, arguments for width/heightHakim El Hattab
2014-04-26enable reveal.js keyboard shortcuts anywhere in notes windowHakim El Hattab
2014-04-22skip transitions in notes window for better main window performanceHakim El Hattab
2014-04-22limit how often the notes window updates presentation statesHakim El Hattab
2014-04-22notes code format tweaksHakim El Hattab
2014-04-22dont toggle paused/overview modes needlessly when setting stateHakim El Hattab
2014-04-20update style of notes plugin to match SlidesHakim El Hattab
2014-04-19notes plugin now operates entirely through window.postMessage, adding ↵Hakim El Hattab
support for file protocol
2014-04-18postmessage plugin is now part of reveal.js coreHakim El Hattab
2014-04-06code format tweakHakim El Hattab
2014-04-06Merge branch 'xhr-local' of https://github.com/malyw/reveal.js into devHakim El Hattab
2014-04-06Merge pull request #682 from tentacode/patch-1Hakim El Hattab
Indentation issue when using code in a markdown slide
2014-04-02Mark xhr.status=0 as successfulSergey Gospodarets
2014-04-02Mark xhr.status=0 as successfulSergey Gospodarets
2014-03-25Merge branch 'master' of https://github.com/jdfitzgerald/reveal.js into devHakim El Hattab
2014-03-05fixed two minor bugs, a twohanded gesture may not have a direction, and if ↵Gijs Koot
autoCenter is of, the tipPosition was in the wrong scope
2014-02-28updated highlight.js to v8.0J.D. Fitz.Gerald
2014-02-17renamed markdown attributes for clarity and consistency: data-vertical -> ↵Hakim El Hattab
data-separator-vertical, data-notes -> data-separator-notes