damianavila / RISE

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

Pen not working when returning to slide #507

Open carlosdeoncedos opened 5 years ago

carlosdeoncedos commented 5 years ago

Guys, great job on RISE! Using the pen in slide "n", then transition to the next slide, and then comeback to slide "n", the pen doesn't work any more, on that particular slide. I don't know if its has something to do with the drawing already generated or not.

parmentelat commented 5 years ago

Thanks for the heads up What version of rise is that exactly ? When you say ‘pen’ I take it we’re referring to the chalkboard extension, right ?

rinnert commented 5 years ago

This a feature of the chalkboard, it locks drawings when you leave the slide by default. That's the main reason behind issue #505. The corresponding PR made it into the latest release. You can now add a chalkboard section to the RISE configuration. Among other things, this allows you to set readOnly to false.

On Thu, 29 Aug 2019, 00:31 carlosdeoncedos, notifications@github.com wrote:

Guys, great job on RISE! Using the pen in slide "n", then transition to the next slide, and then comeback to slide "n", the pen doesn't work any more, on that particular slide. I don't know if its has something to do with the drawing already generated or not.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/damianavila/RISE/issues/507?email_source=notifications&email_token=ABGIAPN7S5HNUU3SGWV2VFTQG34EXA5CNFSM4IRVVOE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HIBRMWA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABGIAPJVF3AJZMPZS5AUUWLQG34EXANCNFSM4IRVVOEQ .

damianavila commented 5 years ago

@rinnert could you write some brief docs about it? You can even write it here if you are willing to, and we can port it to the official docs, although a proper PR is always welcome :wink: