Hakim El Hattab
|
395356a0b1
update deps & drop node/gulp-sass in order to support node 16 #2959
|
4 年之前 |
Hakim El Hattab
|
56772afa32
update dependencies
|
4 年之前 |
Hakim El Hattab
|
1e70d9fe46
upgrade to node-sass 5.0 (adds support for node 15.x) #2841
|
4 年之前 |
Hakim El Hattab
|
faa8b56e2a
dependency upgrades
|
4 年之前 |
Hakim El Hattab
|
e6244a57b5
fix polyfills, add ie11 support
|
5 年之前 |
Hakim El Hattab
|
84b52984cd
update dependencies
|
5 年之前 |
Hakim El Hattab
|
4f2293378b
reveal.netlify.app -> revealjs.com
|
5 年之前 |
Hakim El Hattab
|
f618de81de
restore support for markdown speaker notes
|
5 年之前 |
Hakim El Hattab
|
3d2371f58c
bundle html inside of notes.js, no more need for relatively locating external html
|
5 年之前 |
Hakim El Hattab
|
fb22716ddf
move built plugin files from /dist/plugin/ to /plugin/<name>/
|
5 年之前 |
Hakim El Hattab
|
60cd098c8d
.esm suffix for module bundle, marked/highlight.js are installed via npm
|
5 年之前 |
Hakim El Hattab
|
619b3a087c
plugin consistency
|
5 年之前 |
Hakim El Hattab
|
e58502b3fb
tweak plugin initialization to enable multi-instance plugins
|
5 年之前 |
Hakim El Hattab
|
a55cd813be
convert plugins to ES modules, transpile es5 versions backwards compatibility
|
5 年之前 |
Hakim El Hattab
|
9522357349
changes to plugin api; registerPlugin only accepts plugin instance, instance exposes .id
|
5 年之前 |
Hakim El Hattab
|
855cc82d76
Reveal.add/remveEventListener -> Reveal.on/off
|
5 年之前 |
Hakim El Hattab
|
6410ed15aa
support for plugins where the init method doesn't return a Promise
|
6 年之前 |
Hakim El Hattab
|
5301a9ea03
more forgiving code highlight line number format, add Promise polyfill
|
6 年之前 |
Dougal J. Sutherland
|
00e30a11e2
notes plugin: callRevealApi wants apply, not call
|
6 年之前 |
Hakim El Hattab
|
c40e9819a2
highlight, math, notes and zoom plugins now register via Reveal.registerPlugin
|
6 年之前 |
Hakim El Hattab
|
d780352b7f
reveal.js plugin flow now uses promises, refactor markdown plugin to use promises
|
6 年之前 |
Hakim El Hattab
|
e7a365255f
Merge pull request #2251 from oyron/2229-speaker-notes-bug
|
6 年之前 |
oyron
|
f32cd8586d
Handle previously opened notes window, by giving focus.
|
6 年之前 |
Hakim El Hattab
|
d5cf3fa13c
formatting and tweaks for #2104
|
6 年之前 |
Hakim El Hattab
|
8582c9aac8
resolve notes merge conflict
|
6 年之前 |
Greg Denehy
|
ee63b2ac60
Fixed notes timer when speaker notes window opened via RevealNotes.open()
|
7 年之前 |
Hakim El Hattab
|
5771ae39f0
speaker view has visible connection status, times out with error after 5s
|
7 年之前 |
Martin Jurča
|
6a2c5b4de8
documentation
|
7 年之前 |
Martin Jurča
|
8468d82433
fixed showing speaker's view with timings/pacing while serving the presentation from the file system
|
7 年之前 |
Greg Denehy
|
e16508477a
Fixed notes.js to account for upstream updates
|
8 年之前 |