home.social

#slidev — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #slidev, aggregated by home.social.

  1. #TIL #slidev ist viel fluffiger, als #reveal, werde wahrscheinlich mit meinen Präsentationen umsteigen (teste mal 2-3 Vorträge und dann entscheide ich).

  2. Habe angefangen, meinen Impulsvortrag für die #loscon26 zu machen - zusammen mit einem Agenten. Teste #Claude Cowork als Referenz und zum Test parallel #Copilot Cowork und #Opencode mit lokalem Modell. Output ist #slidev und #typst.

  3. Habe angefangen, meinen Impulsvortrag für die #loscon26 zu machen - zusammen mit einem Agenten. Teste #Claude Cowork als Referenz und zum Test parallel #Copilot Cowork und #Opencode mit lokalem Modell. Output ist #slidev und #typst.

  4. Habe angefangen, meinen Impulsvortrag für die #loscon26 zu machen - zusammen mit einem Agenten. Teste #Claude Cowork als Referenz und zum Test parallel #Copilot Cowork und #Opencode mit lokalem Modell. Output ist #slidev und #typst.

  5. Habe angefangen, meinen Impulsvortrag für die #loscon26 zu machen - zusammen mit einem Agenten. Teste #Claude Cowork als Referenz und zum Test parallel #Copilot Cowork und #Opencode mit lokalem Modell. Output ist #slidev und #typst.

  6. Habe angefangen, meinen Impulsvortrag für die #loscon26 zu machen - zusammen mit einem Agenten. Teste #Claude Cowork als Referenz und zum Test parallel #Copilot Cowork und #Opencode mit lokalem Modell. Output ist #slidev und #typst.

  7. Im Kontext meiner Strategie "Content & Organization as Code" probiere ich mal #Slidev aus: de.sli.dev/ - hat da jemand Erfahrungen mit?

    Ich nutze bisher hauptsächlich #RevealJS, aber Slidev sieht auch recht cool aus.

  8. 📰 「Markdownだけで」顧客提案レベルのスライドを作ってみた【Slidev x Claude Opus 4.6】 (👍 66)

    🇬🇧 Creating professional presentation slides using only Markdown with Slidev and Claude Opus
    🇰🇷 Slidev와 Claude Opus를 활용해 Markdown만으로 전문 프레젠테이션 슬라이드 제작

    🔗 qiita.com/ntaka329/items/47fb8

    #Claude #Markdown #Slidev #Tech #Qiita #Japan

  9. 📰 「Markdownだけで」顧客提案レベルのスライドを作ってみた【Slidev x Claude Opus 4.6】 (👍 66)

    🇬🇧 Creating professional presentation slides using only Markdown with Slidev and Claude Opus
    🇰🇷 Slidev와 Claude Opus를 활용해 Markdown만으로 전문 프레젠테이션 슬라이드 제작

    🔗 qiita.com/ntaka329/items/47fb8

    #Claude #Markdown #Slidev #Tech #Qiita #Japan

  10. 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.

    fieldnatsact.com/

  11. 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.

    fieldnatsact.com/

  12. 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.

    fieldnatsact.com/

  13. 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.

    fieldnatsact.com/

  14. 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.

    fieldnatsact.com/

  15. 🌟 Huge thanks @antfu for creating & maintaining Slidev!

    Just used it for the first time these past few days to build a 120-slide tech presentation and it's genuinely *delightful* - markdown simplicity + stunning visuals = perfection!

    Truly impressive work 🙌 #Slidev #Slidevjs

  16. I'm not a big fan of JS, node and NPM, but sli.dev is sick.

    #slidev #js #node #npm

  17. I am askkng myself what would be a good approach for collaborative work on presentations. So having a git pull request workflow with presentation files. I dont think that using Libreoffice Impress files in Git is a good idea. Till now i think about using sli.dev and use the pptx export feature if i want to to use the presentations on the desktop. Any better ideas?

    #git #libreofficeimpress #slidev

  18. many people have asked me which tool I use for presenting technical talks:

    sli.dev

    #revealjs on steroids

    #presentation #dev #slidev

  19. Looking for a new way to create presentations?
    Try sli.dev – a powerful, modern and open-source alternative to Reveal.js, made by @antfu (antfu.me)
    Write your slides in Markdown, enhance with Vue.js, and hack everything 😎

    #Slidev #VueJS #Presentations #opensource #revealjs #markdown #opensourcealternatives

  20. Looking for a new way to create presentations?
    Try sli.dev – a powerful, modern and open-source alternative to Reveal.js, made by @antfu (antfu.me)
    Write your slides in Markdown, enhance with Vue.js, and hack everything 😎

    #Slidev #VueJS #Presentations #opensource #revealjs #markdown #opensourcealternatives

  21. Looking for a new way to create presentations?
    Try sli.dev – a powerful, modern and open-source alternative to Reveal.js, made by @antfu (antfu.me)
    Write your slides in Markdown, enhance with Vue.js, and hack everything 😎

    #Slidev #VueJS #Presentations #opensource #revealjs #markdown #opensourcealternatives

  22. Looking for a new way to create presentations?
    Try sli.dev – a powerful, modern and open-source alternative to Reveal.js, made by @antfu (antfu.me)
    Write your slides in Markdown, enhance with Vue.js, and hack everything 😎

    #Slidev #VueJS #Presentations #opensource #revealjs #markdown #opensourcealternatives

  23. Looking for a new way to create presentations?
    Try sli.dev – a powerful, modern and open-source alternative to Reveal.js, made by @antfu (antfu.me)
    Write your slides in Markdown, enhance with Vue.js, and hack everything 😎

    #Slidev #VueJS #Presentations #opensource #revealjs #markdown #opensourcealternatives

  24. spent all day pimping my #slidev theme, (re)learning #css.

  25. Sinon alternative récente et avec du potentiel #slidev par le très connu @antfu github.com/slidevjs/slidev

  26. I am preparing my talk on #Slidev for the #bdxio developer conference in Bordeaux next week. The presentation is entitled "Oops I forgot to make my slides" and the abstract is the following: "Alexandre's talk on Vue 3 starts in 15 minutes, but he hasn't prepared his slides. Fortunately, Xavier is on hand to help him prepare his slides in 15 minutes, using slidev".

    For once preparing a talk is quite fun. Thanks @antfu for creating such an incredible tool.

  27. Jeśli często robicie prezentacje i męczy Was PowerPoint, to oczywiste, że poszukacie innego narzędzia. Nie zawsze LaTeXowy Beamer jest rozwiązaniem. Na szczęście, są alternatywy, takie jak Slidev.

    #slidev #prezentacje #prezentacja

    sli.dev/

  28. Jeśli często robicie prezentacje i męczy Was PowerPoint, to oczywiste, że poszukacie innego narzędzia. Nie zawsze LaTeXowy Beamer jest rozwiązaniem. Na szczęście, są alternatywy, takie jak Slidev.

    #slidev #prezentacje #prezentacja

    sli.dev/

  29. Jeśli często robicie prezentacje i męczy Was PowerPoint, to oczywiste, że poszukacie innego narzędzia. Nie zawsze LaTeXowy Beamer jest rozwiązaniem. Na szczęście, są alternatywy, takie jak Slidev.

    #slidev #prezentacje #prezentacja

    sli.dev/

  30. #Slidev is a great tool for code-focused presentations. But if you want to host the static SPA export in a #GDPR-compliant way, you have to replace Google Fonts with self-hosted ones.

    Here’s my “strategy”: fynn.be/blog/slidev-self-hoste

  31. #Slidev allows #developers to create #presentation slides within a single #Markdown file. It features themes, code blocks, and interactive components. Slidev can make #presentations with web #app features as it is powered by #web technologies.

    Slidev - sli.dev/

  32. Slidev - Presentation Slides for developers using mardown and which provides flexibility and interactivity. sli.dev/ #Dev #Presentation #Slides #Markdown #Slidev by @[email protected]