mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.33k stars 32 forks source link

Add slide index modal #128

Closed mfontanini closed 10 months ago

mfontanini commented 10 months ago

This adds a slide index modal, which shows the slide number + slide name for all the slides (capped if there's too many). You can still move forward/backward and jump to slides using the usual keybindings while having this modal open, so you can use this to navigate and find a particular slide you may be looking for.

This is how this looks like:

asciicast

Fixes #123

mfontanini commented 10 months ago

This needs tests but I need to refactor this code so I'll do that soon.