Miroslav Mocek
ff5a3dc8c7
removed ruby dependency.
2014-07-17 17:11:22 +02:00
Hakim El Hattab
131c00689a
Merge pull request #883 from seanfisk/fix-small-misspelling
...
fix small misspelling: Mardown -> Markdown
2014-04-26 09:07:56 +02:00
Sean Fisk
ca7c33f07c
Fix small misspelling: Mardown -> Markdown
2014-04-24 05:15:16 -04:00
Hakim El Hattab
9da952fea3
Merge pull request #832 from craigcitro/patch-1
...
tweak layout in readme installation markup
2014-03-25 21:36:09 +01:00
Hakim El Hattab
7285653b01
update version to 2.6.2 to fix broken tarball on npm #506
2014-03-18 15:07:42 +01:00
Craig Citro
da949c33e0
Tweak layout in README.md installation markup.
...
Some code blocks weren't indented, so they ended up messing up the numbering. Indenting them fixed it.
2014-03-14 23:21:23 -07:00
Hakim El Hattab
55dceaaa0a
update (c) year
2014-03-13 09:23:45 +01:00
Hakim El Hattab
08fb6cb2f9
fix pdf print bug in chrome 33 #808
2014-02-28 12:16:14 +01:00
Alex Juarez
8b8cc607d4
The index.html page had the simple theme listed twice. The duplicate was removed.
...
For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.
2013-12-15 19:53:08 +01:00
Hakim El Hattab
4068c5221d
add instructions to features that require a local web server ( closes #732 , #673 , #559 )
2013-12-02 21:33:44 +01:00
Hakim El Hattab
e6069caa86
2.6.1 #734
2013-12-02 12:24:18 +01:00
Hakim El Hattab
552525c7a5
rename markdown attribute test files to same format
2013-12-02 12:23:18 +01:00
Hakim El Hattab
9a9ce672b7
add example of markdown slide and element attributes
2013-12-02 12:20:48 +01:00
Hakim El Hattab
bc62963c8f
readme correction for #734
2013-12-02 12:20:29 +01:00
Hakim El Hattab
65bd155c34
Merge branch 'attributes' of https://github.com/VonC/reveal.js into dev
2013-12-02 12:12:27 +01:00
VonC
fdb03b4f10
README.md mentions the new default separators.
...
- new default separator for slide attributes
- new default separator for element attributes
Illustrate both, in html comments.
2013-11-30 23:12:42 +01:00
VonC
78dfbf5202
test-markdown-element-attributes: formats and test.
...
- Reformat
- Use new default separator format: '.element: x=y'
- Add new tests for testing that default format
2013-11-30 23:12:41 +01:00
VonC
d4e04b82dc
test-markdown-attributes.*, new default separator
...
- Reformat.
- Change default separator test 'slide: x=y'
2013-11-30 23:12:41 +01:00
VonC
f2097417da
Simpler default syntax for markdown attributes.
...
- 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-30 23:12:40 +01:00
VonC
13da34cc6b
Removes console.log calls.
2013-11-30 23:12:40 +01:00
VonC
d52eb599d1
Fix previous element selection.
2013-11-30 23:12:39 +01:00
VonC
8ad633e4f3
Fix element attributes, except for multi-line.
2013-11-30 23:12:39 +01:00
VonC
3330c2a764
Remove section attribute implementation.
2013-11-30 23:12:38 +01:00
VonC
dd9fa3e22b
First refactoring
2013-11-30 23:12:38 +01:00
Hakim El Hattab
31438c88ba
Merge branch 'dev' of github.com:hakimel/reveal.js
2013-11-28 16:48:46 -05:00
Hakim El Hattab
3d2549d4f4
documentation for slide numbers
2013-11-28 16:48:36 -05:00
Hakim El Hattab
f1a416d07c
tests for initial section classes
2013-11-28 11:31:16 -05:00
Hakim El Hattab
599bef5fdf
Merge branch 'dev' of github.com:hakimel/reveal.js
2013-11-28 09:35:28 -05:00
Hakim El Hattab
f7b612b1e4
only run vertical slide setup during startup #726
2013-11-28 09:35:04 -05:00
Hakim El Hattab
0eba619c1a
add example for parallax backgrounds
2013-11-27 14:49:39 -05:00
Hakim El Hattab
b314cf7b27
improvement to query string parsing
2013-11-27 13:16:03 -05:00
Hakim El Hattab
69bf9b51ec
include slide number color in theme template
2013-11-27 11:00:21 -05:00
Hakim El Hattab
2be89c3772
remove dev flag from version
2013-11-27 10:46:49 -05:00
Hakim El Hattab
c7595b29a9
Merge branch 'patch-1' of https://github.com/luishgo/reveal.js into dev
2013-11-27 09:13:39 -05:00
Luis HGO
6ca071cd3a
Fix for issue #715
2013-11-27 10:38:48 -02:00
Hakim El Hattab
740f472ce2
when there is data-autoplay:ing media, prolong autoSlide to match its duration #723
2013-11-26 18:22:07 -05:00
Hakim El Hattab
cb9e507cd4
remove debug code
2013-11-26 17:41:01 -05:00
Hakim El Hattab
3be84bcbe3
code format tweaks
2013-11-26 17:32:48 -05:00
Hakim El Hattab
75845a92c3
Merge branch 'dev' of https://github.com/theone1984/reveal.js into dev
2013-11-26 17:08:43 -05:00
Hakim El Hattab
544020bb96
use fragment name in example
2013-11-26 12:20:57 -05:00
Hakim El Hattab
c8b46050a0
Merge branch 'current-style' of https://github.com/gturri/reveal.js into dev
2013-11-26 12:16:21 -05:00
Hakim El Hattab
e947f0f216
add zoomKey option for #700
2013-11-26 09:00:04 -05:00
Guillaume Turri
b46fd8dd70
Added some styles using the current-fragment class
...
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-26 07:47:03 +01:00
Hakim El Hattab
adbf36ad47
readme format correction
2013-11-25 21:15:56 -05:00
Hakim El Hattab
7730f2bab5
Merge pull request #721 from hakimel/refactor/fragments
...
Refactor fragments
2013-11-25 16:56:58 -08:00
Hakim El Hattab
d41a5ca87f
update future classes when syncing
2013-11-25 15:40:24 -05:00
Hakim El Hattab
0fcff33a61
additional fragment tests
2013-11-25 15:26:22 -05:00
Hakim El Hattab
0fb343f5bf
rewrite all fragment indices on startup
2013-11-25 15:26:10 -05:00
Hakim El Hattab
3427561b64
rewrite fragment sorting to account for multiple fragments with the same index
2013-11-25 14:45:14 -05:00
Hakim El Hattab
ef82645589
remove current-fragment when leaving slide, add tests for current fragment
2013-11-23 17:13:14 -05:00