Home Q&A Thread
New Thread

Source code for your slides

✓ Answered
jiangshiguo jiangshiguo 2023-03-26 14:59:59

Hi Yihui,

I like the format of your recent presentation: An anatomy of R Markdown with minimal applications. When I downloaded the 2023-minimal-r-markdown.rmd file, I cannot regenerate your results, likely due to the lack of other files you used, e.g., css files, etc. It is ok if you can share them as well?

Thanks!

Shiguo

1 Comment

yihui yihui 2023-03-27 16:22:42 ✓ Answer

Hi, you need to use the dev version of markdown as I mentioned in the talk: https://slides.yihui.org/2023-minimal-r-markdown.html#9

jiangshiguo jiangshiguo 2023-03-27 23:23:14

Thank you!

yihui yihui 2023-03-28 14:24:25

You are welcome! I'm still actively improving this package. I'm glad that you like the presentation format. Please feel free to let me know if you have any suggestions on making this format better (I'm already quite satisfied, but I'd still like to know what other users think).

jiangshiguo jiangshiguo 2023-03-30 00:10:01

Thank you for developing this package. I like the feature that the text will automatically reflow based on the size of the screen.
I also checked out the documentation, markdown/doc/slides.rmd, which is very useful.

I have one suggestion for the slide navigation: currently, it supports up/down arrows or pageup and pagedown keys. It will be convenient if it also supports the left and right arrows. I am using windows. I don't know if it is different for other systems.

yihui yihui 2023-03-30 01:18:17

You are right about the navigation keys. Left/Right arrows are natural choices for traditional slides. For this presentation format, it is essentially a continuous web page, so you scroll up and down. That said, I can definitely implement your suggestion as a plugin. Thanks!

Sign in to join the discussion

Sign in with GitHub