anaconda / nbpresent

next generation slides for Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
161 stars 23 forks source link

Copy slide #60

Open akhmerov opened 8 years ago

akhmerov commented 8 years ago

A commonly used element in presentations is revealing additional content on a slide. Right now the only way to do it is to fully copy a slide, and link a region which was previously empty to a new element.

While this is a universal approach, right now the amount of clicking required to copy a slide is 2 for copying the layout + 2 * number of linked regions for linking. Perhaps an easy solution would be to change "reuse slide as template" to "reuse slide". The logic here is that changing a link is as much work as making a new link, so it doesn't hurt if a newly created slide already has stuff pre-filled.