Commit Graph

17 Commits

Author SHA1 Message Date
janis 7f6b1ab8fd remove code from other pr 2022-12-12 18:04:52 +01:00
janis 16af2ca369 bugfix 2022-12-12 17:40:57 +01:00
janis 229a5d7d66 removed the notes bugfix 2022-12-12 17:39:13 +01:00
janis 10a585ae8d Revert "clean up"
This reverts commit 40a3766b37.
2022-12-12 08:41:23 +01:00
janis 40a3766b37 clean up 2022-12-12 08:33:01 +01:00
janis 83fd6b618f some more missing spaces 2022-11-29 19:35:32 +01:00
janis 4978f8bcdd fixed other errors 2022-11-29 19:32:36 +01:00
janis 548b4c5e9a fixed the errors in check 2022-11-29 19:29:38 +01:00
janis a26426b081 Improved "notes" hiding 2022-11-29 19:20:53 +01:00
kdxcxs d0c427f172 Support Chinese in impressConsole (#774) 2020-10-11 10:42:48 +03:00
Tim Gates d8e2f17f95 docs: Fix simple typo, glithes -> glitches (#773) 2020-09-13 20:33:02 +03:00
Holger Teichert c09ce88749 New plugin: media (#676)
The media plugin can autoplay and autopause/autostop <audio> and <video> elements when entering and leaving a step.

Support for impressConsole: don't autoplay in preview window and play but mute clips in current window.
2018-03-17 16:33:34 +02:00
Henrik Ingo 729651dd5d Fix lint errors 2018-01-01 15:27:33 +02:00
Henrik Ingo e92e02ccb4 Make impress-console-button actually clickable (#651)
Changed the onclick handler to trigger the impress:console:open event
and not use the impressConsole() global function any more. The latter
is considered deprecated now that impressConsole is integrated into
impress.js itself.

Also catch some errors that appear in event handlers when the target
for the click event was immediately removed from DOM.

Fixes #651
2018-01-01 15:05:55 +02:00
Naja Melan b86214c6e9 impressConsole: Don't put onclick inside style attribute (#652) 2018-01-01 12:54:55 +02:00
Henrik Ingo df3532085f impressConsole broke init() if root element didn't have id="impress"
Also adds regression tests to prevent this from happening in the future
as well as upgrades karma-chrome-launcher to newest version.

Fixes #654
2017-12-31 14:36:43 +02:00
Lennart Regebro 3697c5b540 Add the popular impressConsole.js from Lennart Regebro.
Press 'P' to show a speaker console in a separate window.

Supports:
- Navigation controls
- This slide and next slide preview screens
- Speaker notes
- Clock and timer

Also applies this patch, which makes impressConsole.js follow the new
impress.js plugin standard: regebro/impress-console#22

Note: As impressConsole is now a plugin, it is included by default. You
no longer need to include it with a separate <script> tag. Nor do you
need to call its init() method.
2017-10-30 17:07:14 +02:00