export to pdf #117
-
Hello, Thanks for the awesome work! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey, this would be interesting although I don't know if A kind of hacky solution is that you can take a picture of each slide and then combine them into a GIF or PDF. This is actually how I made the demo GIF in the README of this repo. |
Beta Was this translation helpful? Give feedback.
-
I created a script to do it using tmux, ansifilter and xelatex/beamer: https://gist.github.com/kellpossible/a6081e945d815560be630de322fb0a1f |
Beta Was this translation helpful? Give feedback.
Hey, this would be interesting although I don't know if
slides
is the best place for it. IMO sharing a markdown file is easier than sharing PDFs if both people haveslides
installed. I'm guessing your use case is sharing presentations with non-technical / non-command-line users. It may be worth looking at https://sli.dev in that case which is also markdown based.A kind of hacky solution is that you can take a picture of each slide and then combine them into a GIF or PDF. This is actually how I made the demo GIF in the README of this repo.