damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.67k stars 416 forks source link

Feature Request: new cell type: fragment-per-item #542

Open krezreb opened 4 years ago

krezreb commented 4 years ago

I have a request that seems similar to https://github.com/damianavila/RISE/issues/510 by @gdolle

To summarize, if I have this md

# header
- bullet point 1
- bullet point 2
- bullet point 3

Currently, if I want each of the bullet points to be a fragment, I have to make a bunch of cells which is time consuming. I think it would be great to be able to "autofragment" markdown cells by having a new cell type fragment-per-item. Setting the above cell to type fragment-per-item would present it as one fragment per markdown item. If it's not too much trouble, it could also support md paragraphs. The md below could be a single cell that fragments into header, paragraph 1, then paragraph 2.

# header

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore
 et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut 
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, 
totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
damianavila commented 4 years ago

@krezreb thanks for your posting your request. I marked it as a feature request. Realistically, I do not see something like this happening soon (because you have a way to do it, even when it is time-consuming). But let's keep this one open in the tracker and evaluate it again down the road. Thanks!

ned2 commented 3 years ago

Paragraphs that fade-in on-next is a feature that I miss, trying to switch to RISE, coming from Google Presentation. In fact that's what I was browsing the issue tracker to look for conversations on.

For bullet points specifically, I'm gathering that this is the only way to achieve this effect? Screenshot from 2020-10-28 12-12-19

While tedious, this does work for presentations, but I think it disrupts the resultant notebook as being useful to others as a notebook rather than a presentation.

damianavila commented 3 years ago

Thanks for the feedback @ned2!