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

Print to PDF without fragments #481

Closed
vimkim opened this issue Apr 13, 2024 · 2 comments
Closed

Print to PDF without fragments #481

vimkim opened this issue Apr 13, 2024 · 2 comments

Comments

@vimkim
Copy link

vimkim commented Apr 13, 2024

Hello,

Thanks for creating this wonderful project. It has been very useful.

After successfully completing my presentation using reveal-md, an audience member requested that I share some slides in PDF form.

However, I encountered a small issue when trying to print my slides to PDF. My presentation contains only a few slides (about 20), but because I used many fragment tags for animations, it resulted in about 100 pages when printed as a PDF.

Is there a way to disable fragments and exclude partial pages, so I can print just the full 20 pages without animations?

Thanks in advance. I'm also willing to contribute by making a pull request if you provide me with some guidelines.

Have a great day!

@webpro
Copy link
Owner

webpro commented Apr 24, 2024

I think you can custom css to hide things, e.g. .animation { display: none }

@webpro
Copy link
Owner

webpro commented Jan 13, 2025

Warning

reveal-md is no longer in active development.

No new features will be added. Pull requests for bug and documentation fixes will be considered. Occasional dependency
upgrades and CVEs might happen.

Thanks for using reveal-md! Please consider these Markdown-based alternatives:

@webpro webpro closed this as not planned Won't fix, can't repro, duplicate, stale Jan 13, 2025
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