Commit Graph

748 Commits

Author SHA1 Message Date
Owen Versteeg
6acfcad2f4 correct links in sky theme
They looked a little wonky if you used a G or a Y.
2013-06-10 20:47:12 -03:00
Owen Versteeg
2990909cc4 update serif (change controls, fix links, change url)
The Serif theme was a little flaky previously
2013-06-10 20:32:34 -03:00
Hakim El Hattab
396d531770 typo (closes #471) 2013-05-26 15:16:26 -03:00
Hakim El Hattab
29dbd29962 typos 2013-05-12 17:25:06 -04:00
Eric Weikl
88eb0af776 Allow override of HTML escaping in code blocks
This way, authors can use HTML for special formatting.
2013-05-05 16:19:08 +02:00
Hakim El Hattab
4d89687fde change markdown code sample syntax 2013-05-04 16:07:49 -04:00
Hakim El Hattab
cb7a9c963d merge master into dev 2013-05-04 16:06:06 -04:00
Hakim El Hattab
f157aec1de Merge branch 'remotes-plugin-natural-bindings' of https://github.com/toy/reveal.js into dev 2013-05-04 15:03:19 -04:00
Hakim El Hattab
c746233f66 rvl.io > slid.es 2013-05-04 14:57:41 -04:00
Hakim El Hattab
f345326a4e re-arrange readme 2013-05-04 14:39:36 -03:00
Hakim El Hattab
5132ccd26d setup instructions #357 2013-05-04 14:38:02 -03:00
Hakim El Hattab
7c9b3421a2 add package and serve grunt tasks (closes #437) 2013-05-04 10:51:27 -04:00
Hakim El Hattab
0344f2f785 fix ios flicker bug with linear transition #410 2013-05-03 21:51:49 -04:00
Ivan Kuchin
352ec7e9ad remotes plugin more natural bindings: tap — next, zoom-out — activate overview, zoom-in — deactivate overview 2013-05-04 02:27:55 +02:00
Hakim El Hattab
028d9186ec merge marked tweak 2013-05-03 09:14:38 -04:00
Hakim El Hattab
f3f9e5b546 remove automatic quotation marks on blockquote/q (closes #434) 2013-05-03 09:13:10 -04:00
Amit Kotlovski
0cbe741afd remove lang prefix from marked.js to fix highlight issue 2013-05-02 18:42:12 +03:00
Hakim El Hattab
39b53a7b3c minify marked #433 2013-05-02 09:18:28 -04:00
Hakim El Hattab
beda5f4881 merge showdown to marked migration 2013-05-02 09:09:33 -04:00
Amit Kotlovski
381da383d9 Replace the ShowDown Markdown engine with marked 2013-05-01 23:10:31 +03:00
Raymond Camden
b649c19af9 Moved my code to auto escape html to the right place 2013-05-01 14:44:53 -05:00
Raymond Camden
0441c26be1 Adds support for auto escaping HTML in code blocks. 2013-05-01 14:29:56 -05:00
Hakim El Hattab
247771e129 update control styles for fragments 2013-04-30 00:07:07 -04:00
Hakim El Hattab
36a8f12127 add isVerticalSlide utility method 2013-04-29 22:07:09 -04:00
Hakim El Hattab
0306e0fa0d greatly improved rtl, slides and progress are now reversed #339 2013-04-29 21:54:39 -04:00
Hakim El Hattab
f210e7b1b5 avoid errors in old ie from code highlighting 2013-04-28 14:12:31 -04:00
Hakim El Hattab
78c4bf420e slight readme tweak 2013-04-27 18:43:14 -04:00
Hakim El Hattab
caeeacbe4a update readme to cover #388 2013-04-27 18:42:15 -04:00
Hakim El Hattab
06d0579610 only auto-play media when data-autoplay is set (#388) 2013-04-27 18:36:29 -04:00
Hakim El Hattab
ed4a8b51c5 auto play/pause youtube video when entering/leaving slide (#388) 2013-04-27 18:32:56 -04:00
Hakim El Hattab
32736a791c auto play/pause html5 media when entering/leaving slide (#388) 2013-04-27 18:27:34 -04:00
Hakim El Hattab
18795c161f add config option for disabling all fragments 2013-04-27 18:03:06 -04:00
Hakim El Hattab
1dfcab906e fix control arrow anti-aliasing in ff 2013-04-27 17:38:52 -04:00
Hakim El Hattab
6cfc6ecc49 available fragment routes reflected in control arrows (closes #411) 2013-04-27 17:35:17 -04:00
Hakim El Hattab
0ebda98735 greatly simplify next/prev fragment routines 2013-04-27 16:23:28 -04:00
Hakim El Hattab
fdecb74cc8 also update controls and progress on sync 2013-04-27 16:18:39 -04:00
Hakim El Hattab
31e9c415fe update progress bar on window resize 2013-04-27 16:10:47 -04:00
Hakim El Hattab
ce66980367 add sync method 2013-04-27 16:09:38 -04:00
Hakim El Hattab
a764c21cd1 add support for data-trim attribute on code elements (closes #419) 2013-04-27 15:50:33 -04:00
Hakim El Hattab
07d0ed8ba6 note included languages in highlight.js build #421 2013-04-27 15:22:37 -04:00
Hakim El Hattab
889692e26a support code highlighting of a few more common languages #421 2013-04-27 13:22:08 -04:00
Hakim El Hattab
336077daeb indentation tweak #417 2013-04-27 13:16:50 -04:00
Hakim El Hattab
38577cceb6 Merge branch 'master' of https://github.com/bozor/reveal.js into dev 2013-04-27 13:14:59 -04:00
Hakim El Hattab
e828b572e7 Merge pull request #425 from marcvangend/master
Use webkitRequestFullscreen if available
2013-04-24 14:07:15 -07:00
Marc van Gend
5736d4ae6e Use the newer element.webkitRequestFullscreen method if available, to support all key events in fullscreen mode. 2013-04-24 22:31:18 +02:00
Hakim El Hattab
f6f0bd96c8 Merge pull request #418 from danse/patch-1
typo
2013-04-24 07:47:05 -07:00
danse
c69b118079 typo 2013-04-24 17:46:10 +03:00
Hakim El Hattab
ab2d8d3eaa Merge branch 'master' of https://github.com/hakimel/reveal.js into dev 2013-04-24 10:27:02 -04:00
Hakim El Hattab
1453d15452 ie8 tweaks 2013-04-23 22:01:11 -04:00
bozor
eb4d02b394 Added a Zoom-in fragment transition 2013-04-23 17:43:51 +02:00