-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
PDF export: Add option to create one PDF page per fragment #1584
Comments
Yes, this would be very helpful to have. |
It would indeed be a very appreciated feature for times when you are forced to export your slides to PDF when you are not given the option to present using your own computer and there is no Internet connection, as is the case for me personally tomorrow. There is a hack posted on the issue tracker to get around this current limitation, but it is far from optimal as it exports every slide as an image. |
I implemented that function into a plugin. Not fully tested yet, so I would be thankful for feedback. |
This seems like a pretty good idea, although having to duplicate nodes might cause additional side effects. I think this should belong in a plugin for now: any other opinions? |
This was added in #1955 which has been merged into the dev branch. I like this as the default behavior since it better mimics how fragments work. That said, there's a config option for disabling it if you want the old behavior. |
This can’t be done using just CSS.
We would need to enumerate the fragments for each slide and determine their order (indices) as normal.
but then, for the CSS export, we would need to do sth. like this:
The text was updated successfully, but these errors were encountered: