Live data from Hacker News

Presenterm: Markdown Slideshows in the Terminal

github.com

21–30 of 48 posts

Re: Presenterm: Markdown Slideshows in the Terminal

#22

What is the benfit of doing this in the terminal over tools such as Slidev or Marp which also allow you to make slides based on Markdown? - Slidev: https://sli.dev/ - Marp: https://marp.app/

Are either of these related to s5? What's wild is that I've been using zim-wiki -> html -> s5 slides for years, and still do, and I've completely forgotten "how s5 works?" It's just so easy to do things that way over markdown.

Re: Presenterm: Markdown Slideshows in the Terminal

#24
post #23

Any chance of adding mermaid syntax for ANSI or ASCII charts?

Mermaid is already supported natively, meaning the mermaid diagram output is rendered as actual images; no need for ascii diagrams https://mfontanini.github.io/presenterm/features/code/mermai...

Re: Presenterm: Markdown Slideshows in the Terminal

#25
post #3

I was curious how the larger fonts worked in Kitty -- here's the reference for the protocol: https://sw.kovidgoyal.net/kitty/text-sizing-protocol/

Xterm does this via DEC protocol commands. Well, it does this by specifying double-height, double width, or both. Why does Kitty have to do things its own way yet again?

Re: Presenterm: Markdown Slideshows in the Terminal

#26
post #3

I was curious how the larger fonts worked in Kitty -- here's the reference for the protocol: https://sw.kovidgoyal.net/kitty/text-sizing-protocol/

Xterm does this via DEC protocol commands. Well, it does this by specifying double-height, double width, or both. Why does Kitty have to do things its own way yet again?

Maybe cause TTY things are crazy! That mechanism of the computer world is so full of arcane/legacy/defacto "standards"

But how to overhaul? WaylandTYU?

Re: Presenterm: Markdown Slideshows in the Terminal

#27
I'm giving a talk in June, and it might be fun to do it entirely in the terminal.

Historically, I've done the slides with Markdown and rendered them to Beamer with Pandoc, and that works well enough, though slightly awkward with transitions. I might get more nerd-cred if I live in the terminal.

I'll need to check this one out.

Post reply on HN