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

Padding Steps #10

Open
psionic-k opened this issue Nov 21, 2024 · 1 comment
Open

Padding Steps #10

psionic-k opened this issue Nov 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@psionic-k
Copy link
Member

There's cases where a no-op step is needed. Right now it can be emulated by throwing a callback step in. This is a bit of an advanced maneuver for the casual babel coder attempting to see the results of a block before moving to the next slide.

When there are several standalone images on a slide, it may be desirable to revisit the slide after showing the image by itself. Peeking for a next image would make this easier. An empty padding step could be queued up if the section-next supported peeking.

@psionic-k psionic-k added the enhancement New feature or request label Nov 21, 2024
@psionic-k
Copy link
Member Author

Peeking support was added.

My most likely choice for adding a padding step is to recognize in the dispatcher:

#+dslide: empty-step

Alternatives include "no-op"

The padding may apply only in one direction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant