Skip to content
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

Use reveal.js to power the storyboards? #87

Open
Peter9192 opened this issue Oct 18, 2022 · 1 comment
Open

Use reveal.js to power the storyboards? #87

Peter9192 opened this issue Oct 18, 2022 · 1 comment

Comments

@Peter9192
Copy link
Member

Currently this project uses a tailored markdown parsing system to convert a story written in markdown format to the desired storyboard layout. This is rather limited, in the sense that we allow one picture or html iframe as the content of the main panel. If we want to extend this to be more flexible, we might eventually end up creating our own version of reveal.js.

So, instead, it might be interesting to explore whether we can actually reuse reveal.js to power the storyboards. The main content box can be replaced with an actual reveal.js presentation, it should be possible to get a list of all slides (https://revealjs.com/api/#slides) through the API (Reveal.getSlides()), and perhaps we can (ab)use the speaker notes for the annotation panel on the side. If this works, it would immediate make the stories much more powerful.

@Peter9192
Copy link
Member Author

This could be interesting: https://github.com/rajasegar/svelte-slides

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant