-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Export of Reveal.js slides #545
Comments
As a workaround, you can print the slides to PDF. See #33 (comment) |
use "save as" in your browser, e.g via right-click or ctrl-s |
|
With #863 We should provide an easy way to print slides and this way export them. I don't see the need to add a more complex export. If one wants the slides offline, we offer to download the markdown. Integrating it in his revealjs should be doable or they can just use PDF based slides or the online version. |
I have found a way to save an archive of a slide presentation built with codimd. So, it's a three step process but it's quick and works well.
Then you'll have a full copy of the slides that you can run offline. It's also good for archive purposes. It'd be great if something like this was also built into the codimd program under the save options, maybe |
I have had success with the Save All Resources chrome extension. The only issue is that it uses the browser cache for all external assets, so if you purge your cache (for example, by pressing |
Fixes hackmdio#545 Co-authored-by: Yannick Bungers <git@innay.de> Signed-off-by: David Mehren <git@herrmehren.de>
As far as this is useful for anyone, I put together a script that lets you create a self-contained copy of the Reveal.js presentation integrated in the HedgeDoc platform, at least as it is implemented on https://pad.gwdg.de. The code is here. It only works with https://pad.gwdg.de but should give you a clue how to write a script for other Reveal.js integrations. |
It would be great to be able to export a .zip file with all the files required for an offline reveal.js slide presentation.
This could then be loaded from a local folder.
To achieve this the following would be required:
.md
filejs
andcss
folders for reveal.jsThis would be really useful as a backup for presentations
The text was updated successfully, but these errors were encountered: