present icon indicating copy to clipboard operation
present copied to clipboard

[MRG] Implements start from slide feature

Open aditya95sriram opened this issue 2 years ago • 1 comments

Implements #98 and allows presentation to be started from any slide

For example,

present --start 3 examples/sample.md

starts the presentation from the 4th slide onwards

CLI option naming and whether to use 0-based or 1-based indexing is up to the maintainers.

aditya95sriram avatar Nov 17 '22 22:11 aditya95sriram

As an addendum, I found that this feature really came in handy while prototyping/developing slides. For instance, if you're working on slide 10 and need to repeatedly make changes and check how it looks, it's really annoying to skip the first 9 slides every time.

aditya95sriram avatar Nov 17 '22 22:11 aditya95sriram