aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-02-28updated highlight.js to v8.0J.D. Fitz.Gerald
2014-02-28fix pdf print bug in chrome 33 #808Hakim El Hattab
2013-12-15The index.html page had the simple theme listed twice. The duplicate was ↵Alex Juarez
removed. For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.
2013-12-02add instructions to features that require a local web server (closes #732, ↵Hakim El Hattab
#673, #559)
2013-12-022.6.1 #734Hakim El Hattab
2013-12-02rename markdown attribute test files to same formatHakim El Hattab
2013-12-02add example of markdown slide and element attributesHakim El Hattab
2013-12-02readme correction for #734Hakim El Hattab
2013-12-02Merge branch 'attributes' of https://github.com/VonC/reveal.js into devHakim El Hattab
2013-11-30README.md mentions the new default separators.VonC
- new default separator for slide attributes - new default separator for element attributes Illustrate both, in html comments.
2013-11-30test-markdown-element-attributes: formats and test.VonC
- Reformat - Use new default separator format: '.element: x=y' - Add new tests for testing that default format
2013-11-30test-markdown-attributes.*, new default separatorVonC
- Reformat. - Change default separator test 'slide: x=y'
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-28Merge branch 'dev' of github.com:hakimel/reveal.jsHakim El Hattab
2013-11-28documentation for slide numbersHakim El Hattab
2013-11-28tests for initial section classesHakim El Hattab
2013-11-28Merge branch 'dev' of github.com:hakimel/reveal.jsHakim El Hattab
2013-11-28only run vertical slide setup during startup #726Hakim El Hattab
2013-11-27add example for parallax backgroundsHakim El Hattab
2013-11-27improvement to query string parsingHakim El Hattab
2013-11-27include slide number color in theme templateHakim El Hattab
2013-11-27remove dev flag from versionHakim El Hattab
2013-11-27Merge branch 'patch-1' of https://github.com/luishgo/reveal.js into devHakim El Hattab
2013-11-27Fix for issue #715Luis HGO
2013-11-26when there is data-autoplay:ing media, prolong autoSlide to match its ↵Hakim El Hattab
duration #723
2013-11-26remove debug codeHakim El Hattab
2013-11-26code format tweaksHakim El Hattab
2013-11-26Merge branch 'dev' of https://github.com/theone1984/reveal.js into devHakim El Hattab
2013-11-26use fragment name in exampleHakim El Hattab
2013-11-26Merge branch 'current-style' of https://github.com/gturri/reveal.js into devHakim El Hattab
2013-11-26add zoomKey option for #700Hakim El Hattab
2013-11-26Added some styles using the current-fragment classGuillaume Turri
according to README, I don't include reveal.min.js. Hence I believe it makes sense to not include reveal.min.css either. Hence, examples added in index.html can give the feeling that they don't work yet.
2013-11-25readme format correctionHakim El Hattab
2013-11-25Merge pull request #721 from hakimel/refactor/fragmentsHakim El Hattab
Refactor fragments
2013-11-25update future classes when syncingHakim El Hattab
2013-11-25additional fragment testsHakim El Hattab
2013-11-25rewrite all fragment indices on startupHakim El Hattab
2013-11-25rewrite fragment sorting to account for multiple fragments with the same indexHakim El Hattab
2013-11-23remove current-fragment when leaving slide, add tests for current fragmentHakim El Hattab
2013-11-23rename markdown tests to use same naming format as other testsHakim El Hattab
2013-11-21respect original dom order of fragments with no explicit indexHakim El Hattab
2013-11-21rewrite fragment index attributes to leave no gaps between fragmentsHakim El Hattab
2013-11-21fragments are now zero-indexedHakim El Hattab
2013-11-19Issue #698: Fixed testsThomas Endres
2013-11-19Issue #698: Non-async script callbacks are now also called before starting ↵Thomas Endres
Reveal
2013-11-19Issue #698: Non-async scripts were not executed before Reveal startedThomas Endres
2013-11-18fragment comments, remove debug codeHakim El Hattab
2013-11-18use new fragment nav method from slide()Hakim El Hattab
2013-11-18initial fragment rewriteHakim El Hattab
2013-11-17Merge branch 'feature/more-languages' of https://github.com/haf/reveal.js ↵Hakim El Hattab
into dev
2013-11-17slide number changes; config value renamed, added to readme, moved to right ↵Hakim El Hattab
side of screen
2013-11-17merge slide numbers, adjust code formatHakim El Hattab
2013-11-09make background transition default to exact same speed as normal transitionsHakim El Hattab
2013-11-08change transition easing for zoomsHakim El Hattab
2013-11-08rebuild css with change from #691Hakim El Hattab
2013-11-08define normal font widths in all themes to make sure things look the same ↵Hakim El Hattab
after #691
2013-11-07Merge pull request #691 from fghaas/section-fontweightHakim El Hattab
CSS: Don't override font-weight for section
2013-11-08CSS: Don't override font-weight for sectionFlorian Haas
.slides>section and .slides>section>section set the font-weight to "normal". This overrides any font-weight setting a theme may set at the body or .reveal level, and requires a theme author to also specifically set the font-weight for .slides>section and .slides>section>section. That's tedious and also counterintuitive. Adopt a saner default by setting the font-weight to inherit.
2013-11-07remove old inaccurate commentHakim El Hattab
2013-11-07commentsHakim El Hattab
2013-11-07data-autoslide on vertical parent now applies to all child slides #685Hakim El Hattab
2013-11-07ensure that all fragments on past slides are visible #684Hakim El Hattab
2013-11-07add code slide to markdown example #682Hakim El Hattab
2013-11-06readme adjustmentHakim El Hattab
2013-11-06Add slide attributes for single slide section case.VonC
2013-11-04Add mardown-based slide attribute examples.VonC
2013-11-04Add unit test for default slide attributes separator pattern.VonC
2013-11-04Remove console.log debugs, and fix tabsVonC
2013-11-04Fix default separator pattern for attribute in slide.VonC
2013-11-04Restore default notation for attributes in element.VonC
It should be `{. xxxx=yyy }`, not `{_ xxxx=yyy }`. Only test/test-element-attributes-markdown.html were using `{_`, simply in order to test the ability, for the user, to define a _different_ pattern.
2013-11-04Restore proper pattern for attributes in elements.VonC
It is important that test/test-element-attributes-markdown.html do test the ability for the user to define its own pattern.
2013-11-04Add QUnit.js unit tests for attributes in Markdown slides.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).
2013-11-04Add attributes in markdown for slide generation.VonC
By default, look for <!-- slide-attributes: xxxx -->. Whatever 'xxx' is will be added to the section attributes. You can define your own pattern with 'data-attributes'. For instance 'data-attributes="^\s*?-- (.*?)$"': that will be added to the options. The 'attributes' section is removed from the content of the slide, so the final markdown doesn't reflect them. That also means you can add those attributes *anywhere* in the slide But that allows for *any* attribute to be added for a specifc slide, like: - id="plan", for allowing internal link (issue #430) - data-background="#ff0000" - data-transition="fade" You list those attributes on a single line, like - (default): ` <!-- id="plan" data-background="#ff0000" -->` - or, with an alternative data-attributes pattern: ` -- id="plan" data-background="#ff0000"` Again, that line is remove from the final content.
2013-11-04add concave and zoom background transitionsHakim El Hattab
2013-11-01add convex background transitionHakim El Hattab
2013-11-01generate background hash under additional conditionsHakim El Hattab
2013-10-31change SlidesNumber position and start page counter at 0 instead 1uriel
2013-10-31synthetic fixuriel
2013-10-31move the slide-number out of the controls to a proper position and little ↵uriel
fix to the updating event.
2013-10-30Added slide numbers options and the css files updated as well.uriel
the *.min.js didn't chaged yet.
2013-10-30fix edge case in background transitions (closes #604)Hakim El Hattab
2013-10-30don't transition between identical backgroundsHakim El Hattab
2013-10-28documentation for #677Hakim El Hattab
2013-10-28format tweaks markdown.js, remove extra image assetHakim El Hattab
2013-10-28Merge branch 'classes_in_markdown' of https://github.com/VonC/reveal.js into devHakim El Hattab
2013-10-28don't autoplay videos in notes window #624Hakim El Hattab
2013-10-27Add unit-tests for attributes in mardown elements.VonC
Test paragraphs, list items and img attributes.
2013-10-27Add 'data-element-attributes' attr. to 'section'.VonC
By default '{\\\.\s*?([^}]+?)}'.
2013-10-27Cleanup code, remove console log debugs.VonC
2013-10-27Add attributes extracted from an attribute.VonC
Allows to add attributes to element of an attribute which contains the attribute pattern.