summaryrefslogtreecommitdiffhomepage
path: root/plugin
AgeCommit message (Collapse)Author
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
2014-02-17server side notes plugin now supports input via data-notes attributeHakim El Hattab
2013-12-02add example of markdown slide and element attributesHakim El Hattab
2013-11-30Simpler default syntax for markdown attributes.VonC
- on slides: .slide x=y - on elements: .element x=y Those are detected in html comment, in order to not be visible if a markdown is edited in an html editor.
2013-11-30Removes console.log calls.VonC
2013-11-30Fix previous element selection.VonC
2013-11-30Fix element attributes, except for multi-line.VonC
2013-11-30Remove section attribute implementation.VonC
2013-11-30First refactoringVonC
2013-11-26add zoomKey option for #700Hakim El Hattab
2013-11-17Merge branch 'feature/more-languages' of https://github.com/haf/reveal.js ↵Hakim El Hattab
into dev
2013-11-07add code slide to markdown example #682Hakim El Hattab
2013-11-06Add slide attributes for single slide section case.VonC
2013-11-04Remove console.log debugs, and fix tabsVonC
2013-11-04Fix default separator pattern for attribute in slide.VonC
2013-11-04Fix markdown.js slideAttributesSeparator selection.VonC
2013-11-04Rebased on dev, and following contribution guideline.VonC
2013-11-04Fix markdown vertical wrapping section element generation.VonC
2013-11-04Make sure a pattern doesn't include space.VonC
2013-11-04Fix bug on data attributes for first vertical slide.VonC
The first slide of a vertical stack see some data attributes ignored. Mainly the data-transition one. Repeat all data-attributes on the wrapping section element. Ignore any other attributes (like 'id="xxx"'), in order to not mess with internal links (by repeating twice an id).