-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please post to npm #1
Comments
I absolutely want to get this published to npm, but it's not ready yet. We need to figure out the best way to bundle it so that it can be loaded by simply adding the plugin to the chain. Right now, it requires using files in the demo folder, which don't get packaged with the module. |
We need to devise a solution for how to package the plugin so it can be easily integrated into an existing Bespoke.js presentation and launched. In its current state, the plugin works by emulating the cross-origin communication protocol used by DZSlides, making it possible to use the onstage shell from DZSlides to drive a Bespoke.js presentation. The repository also provides an additional HTML file that emulates the look and feel of the console from Reveal.js. However, since the plugin is not yet packaged, it requires several laborious steps to setup. Those steps are described in the section Adding the Presentation Console. We need to make this as simple as registering the plugin and pressing a key on the title page of the presentation to launch it. |
@hsablonniere suggested we could copy/generate the console in the presentation build folder. That's certainly a possibility. |
up? any way to at least get a tag to be able to use it in a stable fashion? |
I no longer intend to work on this project. This was an old experiment. It was replaced by https://github.com/ensuite/ensuite-present. |
I know I can set this up locally and use a local copy, but if this is ready to go, please put it up on npm.
The text was updated successfully, but these errors were encountered: