maaslalani / slides

Terminal based presentation tool

Home Page:http://maaslalani.com/slides/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to run specific code block

dlvhdr opened this issue · comments

Is your feature request related to a problem? Please describe.
If I have more than 1 code block in a slide and I press C-e, then all of them run at once.

Describe the solution you'd like
Ability to trigger a specific code block.
Something like the jupiter notebooks in vscode.
Maybe a <C-e>+<the number of the code block>

Describe alternatives you've considered
Separating code blocks into different slides.

Hey, this is a great idea! Thank you for making this issue!

👋 @dlvhdr and @maaslalani, I took a stab at implementing this feature request here: #192. Please take a look and let me know what you think. Thanks!