reveal-js-editor icon indicating copy to clipboard operation
reveal-js-editor copied to clipboard

is it possible to have speakers note in preview mode?

Open fbedussi opened this issue 8 years ago • 1 comments

now they works only on the exported project and apperently only on windows (not on linux, not tried on mac)

fbedussi avatar Nov 29 '16 20:11 fbedussi

the problem is that notes.js at line 22 does

window.open()

when in preview mode in electron this opens a new electron window that has no content, since that is injected asynchronously via js.

fbedussi avatar Dec 11 '16 15:12 fbedussi