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

Support Incremental list items #177

Open
airtonix opened this issue Aug 11, 2022 · 2 comments
Open

Support Incremental list items #177

airtonix opened this issue Aug 11, 2022 · 2 comments

Comments

@airtonix
Copy link

airtonix commented Aug 11, 2022

Is your feature request related to a problem? Please describe.

Currently the only increment supported at the moment, is revealing next slide.

Instead lets also provide incremental reveal of items within a slide.

Describe the solution you'd like

## Slide One

Welcome!

---

## Slide Two

What are incremental slides?

+ Incremental list items are defined as with `+`
+ Pressing `next slide` key will begin revealing them.
+ When there no more items to reveal `next slide` moves to the next slide.

Describe alternatives you've considered

Create clones of a slide where each slide progressivel contains more content.

## Slide One

Welcome!

---

## Slide Two

What are incremental slides? 

---

## Slide Two

What are incremental slides?

- Incremental list items are defined as with `+`

---

## Slide Two

What are incremental slides?

- Incremental list items are defined as with `+`
- Pressing `next slide` key will begin revealing them.

---

## Slide Two

What are incremental slides?

- Incremental list items are defined as with `+`
- Pressing `next slide` key will begin revealing them.
- When there no more items to reveal `next slide` moves to the next slide.

Additional context

This feauture exists in RevealJs.

@ariary
Copy link

ariary commented Jan 14, 2023

Workaround

~> use script and preprocessing:
The script slide_incr:

echo "∙ First point"
read -p "" -n1 -s
echo "∙ Second point"

And put in your slide page:

~~~sh ./slide_incr
echo
~~~

@maaslalani
Copy link
Owner

Possible solution to this: #276 (comment)

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

3 participants