Hakim El Hattab
137e383950
Merge pull request #2045 from jgm/issue2026
...
Allow tex2jax options to be passed into math plugin.
2017-12-01 14:37:47 +01:00
John MacFarlane
773569b4a2
Allow tex2jax options to be passed into math plugin.
...
Closes #2026 .
This does not change the default behavior of the math plugin,
but it allows $ delimiters to be disabled (which is usually
what you want, since otherwise normal uses of $ for currency get
treated as math delimiters).
To use:
Reveal.initialize({
math: {
tex2jax: { inlineMath: [['\\(','\\)']],
skipTags: ['script','noscript','style',
'textarea','pre'] }
},
etc.
});
2017-11-29 21:57:29 -08:00
Hakim El Hattab
1f1f86ec73
Merge branch 'issue_2041' of https://github.com/denehyg/reveal.js into dev
2017-11-29 09:54:48 +01:00
Hakim El Hattab
c966c118fa
minor formatting tweaks
2017-11-29 09:46:45 +01:00
Hakim El Hattab
6028844452
Merge branch 'plugin-key-bindings' of https://github.com/denehyg/reveal.js into dev
2017-11-29 09:38:05 +01:00
Greg Denehy
8579fc773d
Fixed issue with getProgress() when called from slidechanged event on edge case
2017-11-25 11:07:09 +10:30
Hakim El Hattab
a0a9aa7821
optimize use of getSlideBackground by avoiding index lookup
2017-11-23 15:45:15 +01:00
Hakim El Hattab
a0c013606e
add inline and external markdown images to example #2039
2017-11-23 11:12:54 +01:00
Hakim El Hattab
65bdccd580
lab.hakim.se/reveal-js -> revealjs.com
2017-11-22 14:46:55 +01:00
Hakim El Hattab
8a63686017
3.6.0
2017-11-22 14:10:33 +01:00
Hakim El Hattab
a03e803628
make it possible to load/unload slides via the api
2017-11-21 15:38:44 +01:00
Hakim El Hattab
4022cbfe84
simplify logic for finding slide backgrounds
2017-11-21 15:29:40 +01:00
Nicolas Normand
fa8a7334ce
URI encode name hash
2017-11-17 11:59:21 +01:00
Hakim El Hattab
28d6a7775b
Merge branch 'update-css' of https://github.com/sfairchild/reveal.js into dev
2017-11-09 11:52:11 +01:00
Hakim El Hattab
afce29d79a
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2017-11-09 11:51:59 +01:00
Hakim El Hattab
9d0a3d7d5e
Merge pull request #1983 from ssfrr/patch-1
...
adds note about necessary markdown scripts to README
2017-11-09 11:48:51 +01:00
Hakim El Hattab
41e86a2a22
Merge pull request #2017 from hoeggi/patch-1
...
Update README.md
2017-11-09 11:47:38 +01:00
Hakim El Hattab
1c8edfc8e4
Merge pull request #1957 from crowchirp/patch-1
...
corrected minor typo in readme file
2017-11-09 11:46:57 +01:00
Hakim El Hattab
463770cc53
Merge pull request #2029 from lechten/export-isSpeakerNotes
...
Export isSpeakerNotes
2017-11-09 11:41:08 +01:00
Hakim El Hattab
3d1d7683b2
reconfiguring no longer unloads iframes on current slide
2017-11-09 11:40:25 +01:00
Hakim El Hattab
376d140b2a
Merge pull request #2030 from lechten/registersearchkey
...
Register search key shortcut for help overlay
2017-11-09 11:30:38 +01:00
Hakim El Hattab
3beda63a7d
allow to be called directly before or after ( closes #2021 )
2017-11-09 10:26:35 +01:00
Jens Lechtenbörger
1002d39e7c
Register search key shortcut for help overlay
2017-11-05 17:45:18 +01:00
Jens Lechtenbörger
44a5673e6f
Export isSpeakerNotes
2017-11-05 10:31:43 +01:00
hoeggi
8041759b8b
Update README.md
2017-10-28 19:57:35 +02:00
Hakim El Hattab
4a4719b587
always show media controls on mobile devices
2017-10-04 11:13:09 +02:00
Spencer Russell
665d3a151d
adds note about necessary markdown scripts to README
2017-09-11 15:13:37 -04:00
Hakim El Hattab
56504b50a9
support negative values in query config overrides
2017-09-07 10:33:44 +02:00
Sean Fairchild
f9a4a27087
Prevent text-transform inside code tags
2017-09-06 10:50:39 -04:00
Thomas Weinert
c0109d948f
Block F5 in speaker notes window, avoid disconnects
2017-08-12 13:42:55 +02:00
Chandan Rai
04dcc48fa9
corrected minor typo in readme file
2017-08-10 00:17:08 +05:30
Maximilian Köhl
08e0f5e47b
fix indent: replace spaces with tabs
2017-08-08 22:53:32 +02:00
Maximilian Köhl
a2cf23b30c
PDF export: add option to export one page per fragment
2017-08-08 22:47:10 +02:00
Hakim El Hattab
bfd431a0c4
add option for disabling all forms of auto-sliding
2017-07-27 08:42:40 +02:00
Hakim El Hattab
8725593805
localstorage feature test in notes plugin, fixes speaker view error in safari
2017-07-13 20:19:16 +02:00
Hakim El Hattab
b04489b129
zoom.js works on main wrapper element
2017-06-19 11:06:58 +02:00
Hakim El Hattab
76eea30083
zoom.js uses ctrl+click for linux, alt+click for others #1909
2017-06-19 09:52:56 +02:00
Hakim El Hattab
af6754bfb7
simplify point zoom, switch back to alt + click shortcut for os x support #1909
2017-06-19 09:45:52 +02:00
Hakim El Hattab
a781b6a22b
clear existing matches when searching for empty string #1909
2017-06-19 09:43:29 +02:00
Hakim El Hattab
7d0d3c24ca
Merge branch 'master' of https://github.com/linux-man/reveal.js into dev
2017-06-19 09:36:25 +02:00
Hakim El Hattab
af7c33b902
unload lazy loaded videos that are moved out of view
2017-06-14 19:11:08 +02:00
Hakim El Hattab
dc17129082
themes use default quotation marks for <q>
#1720
2017-06-14 10:42:51 +02:00
Hakim El Hattab
1233092223
prevent mobile safari header from covering presentation content
2017-06-13 09:43:05 +02:00
Hakim El Hattab
9342d19b5a
fix centering of edge-aligned controls
2017-06-12 10:22:47 +02:00
Hakim El Hattab
6ae4ad69d2
change event listener syntax #1917
2017-06-12 09:17:46 +02:00
Hakim El Hattab
5e279efdf3
Merge branch 'issue1896' of https://github.com/OleMussmann/reveal.js into dev
2017-06-12 09:11:24 +02:00
Hakim El Hattab
2961f00946
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2017-06-12 09:05:37 +02:00
Hakim El Hattab
43eada7990
Merge pull request #1898 from bentsai/patch-1
...
Fix typo
2017-06-12 08:53:09 +02:00
Hakim El Hattab
9139bc32de
alias 'notes:' alias for md speaker note separator #1913
2017-06-07 15:43:25 +02:00
Ole Mussmann
b279a47a76
patch to allow multiplexing on URL load
2017-06-06 10:36:40 +02:00