Live data from Hacker News

Presenterm: Markdown Slideshows in the Terminal

github.com

31–40 of 48 posts

Re: Presenterm: Markdown Slideshows in the Terminal

#31

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/

I've used both of these a lot, Marp being really easy to get started with and Slidev being a little more complex but well worth the (minor) effort. To me, presenterm doesn't appear to offer any compelling features compared with these.

Re: Presenterm: Markdown Slideshows in the Terminal

#32

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/

I used Presenterm for a work presentation recently. Being able to seamlessly transition from slides to example code in Vim is really, really nice. No need to jungle multiple windows, just terminal tabs or even ctrl+z/fg. Plus it looks really cool.

Re: Presenterm: Markdown Slideshows in the Terminal

#33
post #17

I wonder what the first incarnation of single-page markdown files for slides has been. The earliest I know of is `tslide` by Dominic Tarr, first published in 2012: https://github.com/tslide/tslide

Vroom goes back to 2008. It generates slides within vim, and it has a wiki syntax, not markdown. https://github.com/ingydotnet/vroom-pm

Re: Presenterm: Markdown Slideshows in the Terminal

#35
post #32

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/

I used Presenterm for a work presentation recently. Being able to seamlessly transition from slides to example code in Vim is really, really nice. No need to jungle multiple windows, just terminal tabs or even ctrl+z/fg. Plus it looks really cool.

I wonder what the audience thought - apart from the cool factor.

Re: Presenterm: Markdown Slideshows in the Terminal

#36
post #32

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/

I used Presenterm for a work presentation recently. Being able to seamlessly transition from slides to example code in Vim is really, really nice. No need to jungle multiple windows, just terminal tabs or even ctrl+z/fg. Plus it looks really cool.

The other day I had to conjure a presentation in short order.

I had a few code examples to massage out of a codebase, so I fired up vim to make them simpler/clearer before I'd put them in Keynote.

Then I started taking a few notes in a scratch buffer. After a few moments I began to dread having to move that content over and format in the UI and all.

... And then it dawned on me that I could just use vim itself as the presentation tool!

- one tab per slide, one file per tab

- gt/gT (:tabnext :tabprev) to move through

- ,z (junegunn/goyo :Goyo) for a "hudless" display

- splits and :terminal on live demo time

- ,b (junegunn/fzf.vim :Buffers) to jump to any "slide" on question time (just name files appropriately)

- prepare the whole thing and save session with :mksession

Re: Presenterm: Markdown Slideshows in the Terminal

#38

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/

I've used both of these a lot, Marp being really easy to get started with and Slidev being a little more complex but well worth the (minor) effort. To me, presenterm doesn't appear to offer any compelling features compared with these.

I’ve used Marp a lot and it’s great. Column layouts and code highlighting are two features Presenterm offers that I don’t think are available in Marp.

Re: Presenterm: Markdown Slideshows in the Terminal

#39
I've been creating slides with markdown and revealjs for my day job as an instructor for several years. I've also used obsidian and quarto for markdown->slide creation for a handful of meetups / conferences. This month I tried writing a kubecon talk using presenterm and had to throw in the towl after a couple hours of struggling.

It's super cool and I want to love it, but I find it too fiddly to get the layout the way I want it. For me it might be easier to just page through a plain text file of ascii art style diagrams or something.

I've always been just absolutely dog shit at design stuff. I can't center a div to save my life and I don't understand columns. I need it to be absolutely idiot proof because I'm an absolute idiot when it comes to these things.

I guess this is my attempt at encouragement for folks to keep working on these tools because I love the aesthetic but I just can't grok the interface. I will continue to watch this project with interest!

Re: Presenterm: Markdown Slideshows in the Terminal

#40

I've been creating slides with markdown and revealjs for my day job as an instructor for several years. I've also used obsidian and quarto for markdown->slide creation for a handful of meetups / conferences. This month I tried writing a kubecon talk using presenterm and had to throw in the towl after a couple hours of struggling. It's super cool and I want to love it, but I find it too fiddly to get the layout the wa…

I would love to hear specifics on how you couldn't get the layout looking how you wanted it to. e.g. do you have a link to the presentation you did? Feel free to shot me an email at gmail, it's easily findeable online.
Post reply on HN