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

Feature request: preview only current slide? #602

Open
rodrigo-j-goncalves opened this issue Nov 10, 2024 · 1 comment
Open

Feature request: preview only current slide? #602

rodrigo-j-goncalves opened this issue Nov 10, 2024 · 1 comment

Comments

@rodrigo-j-goncalves
Copy link

When preparing a presentation, a simple (and, I assume, rather typical) workflow would be something like:

1- Edit a slide
2- Test (ie preview its animations, check errors, layout, etc.)
3- Go to the next/previous slide, to check the transitions
4- Advance to a new slide and start again at 1-

When the presentation has several slides (eg. 70), the preview becomes a real bottleneck in terms of time because in order to see the current slide you ask quarto to render all the presentation. (here I am assuming that the time it takes to render a presentation of 87 slides is much longer than the time it takes to render 1-3 slides, and the more slides the longer it takes. If this assumption is wrong then this message can be disregarded).

Also, when you have already finished all the previous slides, you normally don't really intend to see them again every time you save (to inspect the current slide). Therefore it would help a lot if the user could chose if she/he wants to render only the current slide or the whole presentation*

Is there a way to configure the VSC plugin to only render the current (or say, the previous + the current + the next) slide only?
If not, would it make sense to turn this into a feature request?

  • Actually, since preview is named as just a preview, I would expect that it shows only what you're doing now and it's optimized for speed (ideally, real-time). And let render do the more serious, complete job.

Thanks so much for this great software.

@rodrigo-j-goncalves rodrigo-j-goncalves changed the title Feature request: render only current slide? Feature request: preview only current slide? Nov 12, 2024
@axiomtutor
Copy link

I second the request! I've been having the same issue. But I wonder if a work-around might be to put the slide number in the url or something like that? Maybe then when it reloads, it reloads the specific slide number that it was on? I might try fiddling with that myself, but if anyone else knows more about how this works, they might know how to make the idea work. 🤷

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