Presenterm: Markdown Slideshows in the Terminal
21–30 of 48 posts
Re: Presenterm: Markdown Slideshows in the Terminal
#22What 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/
Re: Presenterm: Markdown Slideshows in the Terminal
#23Re: Presenterm: Markdown Slideshows in the Terminal
#24Any chance of adding mermaid syntax for ANSI or ASCII charts?
Re: Presenterm: Markdown Slideshows in the Terminal
#25I was curious how the larger fonts worked in Kitty -- here's the reference for the protocol: https://sw.kovidgoyal.net/kitty/text-sizing-protocol/
Re: Presenterm: Markdown Slideshows in the Terminal
#26I 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?
But how to overhaul? WaylandTYU?
Re: Presenterm: Markdown Slideshows in the Terminal
#27Historically, 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.