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

Include progess bar when exporting revealjs slides #330

Closed
frodew opened this issue May 28, 2024 · 3 comments
Closed

Include progess bar when exporting revealjs slides #330

frodew opened this issue May 28, 2024 · 3 comments

Comments

@frodew
Copy link
Contributor

frodew commented May 28, 2024

Thanks so much for this great tool! I was wondering whether there is a way to export the revealjs progress bar to the pdf slides? Currently, the progress bar is not printed to the slides, but it would be nice if it was displayed there was well.
If this is not doable, you can just close the issue and others wondering about the same feature might stumble upon this post :)

@astefanutti
Copy link
Owner

astefanutti commented May 28, 2024

Thanks for the feedback :)

The progress bar is currently disabled explicitly in the reveal.js plugin here:

progress : false,

There could be an option to turn it on. If that'd work for you, I'd be more than happy to accept a PR :)

@frodew
Copy link
Contributor Author

frodew commented May 28, 2024

Thanks for the tip; I created a pull request implementing the functionality.
For me it works using decktape reveal http://localhost:9999/\?fragments\=true\&progress\=true test.pdf.

@astefanutti
Copy link
Owner

Let's close this as it's been fixed with #331. Note it's now an option of the reveal plugin, not a URL parameter.

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

2 participants