mfontanini / presenterm

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

allow to expose current slide via webbrowser #131

Closed prabirshrestha closed 7 months ago

prabirshrestha commented 7 months ago

While I'm presenting, I would like others in the talk to be able to see the slide on their machine so they can copy paste scripts/code content.

Few additional features that could be implemented in the future.

Here is an example of terminal rendering in the browser.

image

https://papigers.github.io/rutty/

Here is another one. https://github.com/btwiuse/wetty.

Wondering if these can be built in to presenterm.

mfontanini commented 7 months ago

This:

  1. Is a ton of work.
  2. Goes against how presentations should be. If you're presenting, you don't want people copying/pasting code, going back slides, etc. They need to be paying attention to you while you present.

Therefore, if this was a tiny feature I'd probably be okay with implementing it. But given it's a lot of work and it allows "mispresenting" I won't implement it. You may already be able to use rutty directly for this though, you should have a look.