I'm at the @kwlug meeting; Megan McDermott is presenting on #MARP, a Markdown Presentation Ecosystem.
I don't know what that is, should be interesting!
I'm at the @kwlug meeting; Megan McDermott is presenting on #MARP, a Markdown Presentation Ecosystem.
I don't know what that is, should be interesting!
Nano Banana 2が出たらしいので、ここ1年のAIスライド生成を振り返ってみる
https://qiita.com/kyuko/items/b63b603aaf9ba1e93e18?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
𝗠𝗮𝗿𝗽:
https://thewhale.cc/posts/marp
Marp (also known as the Markdown Presentation Ecosystem) provides an intuitive experience for creating beautiful slide decks. You only have to focus on writing your story in a Markdown document.
Why is #JavaScript so popular? I hate everything about it.
I'm speaking at the #Canberra Field #Naturalists meeting at #ANU next month on #Malaise trapping and the #insects and other #invertebrates that surround us without our noticing them.
I expect most of my slides to be arrays of four or six #microscope images with a header (probably a family name in most cases) and captions for each image.
I don't want to lay out all these images in #LibreOffice (or any similar presentation tool) because I'm a perfectionist and getting it all tidy will take forever.
So, I decided to try out #Slidev, #Marp and other #Markdown-based presentation tools. The Markdown part is very appealing, but they all lean hard into JavaScript. That would be fine so long as I don't have to think about that side of things.
Slidev's AppleBasic theme seemed to be the best starting point, so I started hacking it to add som extra gridded image views. Plain image grids were not too challenging, but I really want captions for each image, so I started trying to understand how the templates use the forest of underlying JS libraries and CSS artefacts to produce the displayed slides.
Frankly, the whole thing is so opaque and would take me much longer to understand than preparing multiple presentations by hand would.
Then I realised I can use #montage on the command line to produce the kind of layouts I want, and I can script #exiftool to extract and prepare the captions which will save time.
So, my new plan is to write a #Python script that processes a #YAML file listing all the slides, titles and image paths. It can generate PNG images that are close to the target 1920*1080 size (give or take a little). I'll then use LibreOffice for a couple of more text-oriented or irregular slides, export those and combine all the images into a PDF.
I'm sure this will be way faster than battling Node.js. Not sure why I felt I had to write it up.

This is part 2 of the MARP series. You can read the series of articles here: Marp - Create Presentations with Markdown Unleash Your Creativity with Marp Presentation Customization Introduction # Marp is a powerful Markdown presentation framework that enables you to create stunning slides effortlessly. By using simple text-based formatting, you can easily customize your presentations to suit your unique needs and style. Although Marp provides built-in themes and configurations, the true potential of this framework can be realized by customizing your presentations to suit your unique needs and style. In this blog post, we will delve into some of the key customization options available in Marp and guide you through the process of creating a truly standout presentation.
Because of work, I haven't really made presentations since ~2016, and when I had to, I was basically forced into PowerPoint.
Back then, my conference & OSS talks were HTML+CSS for me (in Spanish, mostly). Markdown was just for Wikipedia.
Now I’m prepping a #FOSDEM 2026 talk for @badgefed and discovered #marp.
Markdown-based slides, and… wow. I'm having way more fun than I expected.
Learn how to create beautiful slide decks with Markdown and Marp, a simple and powerful tool for presentations.
https://gagor.pro/2025/11/create-markdown-presentations-with-marp/