-
Notifications
You must be signed in to change notification settings - Fork 0
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
Re-program presentation generation flow #1
Comments
Quoting Ronald’s example:
|
We have created a new repository for this workflow with a specification for packaging, it is called PAW https://github.com/riboseinc/paw/ (the specification is TBD). i.e.
|
@ronaldtse I see. I assume this means you’d want a solution that’s in some way PAW-compatible here. Is the idea to author presentation content in ADoc, and have the presentation framework tool build a PAW container with Reveal-based presentation in it? |
Yes! You're so quick 😉 |
Sounds good. I don’t see any interoperability issues if PAW behaves close enough to a zipped collection of HTML+assets internally. In that case we could use the same output module even in absence of PAW-supporting browser plugins, just use .zip filenames and let the user unpack. |
Yes, we will need to make some browser plugins to achieve this goal. It should basically be a zipped archive with content and metadata within. |
The current flow to rebuild CSS styling using reveal.js is cumbersome. It also requires lots of node stuff to be installed (see the README in the root and also in a presentation). When we rebuild, it also builds the CSS within the reveal.js directory causing git to think the submodule is
-dirty
.We want to simplify this flow:
@strogonoff would you be able to do this? Thanks!
The text was updated successfully, but these errors were encountered: