Trending

#MARP

Latest posts tagged with #MARP on Bluesky

Latest Top
Trending

Posts tagged #MARP

Megan McDermott is editing the presentation she's giving about #MARP, using MARP (in VSCode) to edit the presentation on #MARP -- very recursive!

@kwlug

0 0 0 0
KWLUG Meeting: Monday, March 2, 2026, 7pm | KWLUG - Kitchener-Waterloo Linux User Group

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!

https://kwlug.org/node/1468

#Kitchener #Waterloo #Linux #UserGroup

#LinuxUserGroup #WaterlooRegion

0 0 2 0

@rwg Thanks for the post! Makes me want to have a closer look at #Marp, although I am all in with #Quarto for Markdown-based writing and publishing...

0 0 0 0

#Marp

1 0 0 0
Marpで書かれた大量のスライド。

Marpで書かれた大量のスライド。

GitHubにでも残したろうかなと思って、 #Marp で250行書いた。う~ん、これは間違いなくMarpユーザー。

0 0 0 0

Anyone else using #Quarto for markdown based presentations? (Instead of PowerPoint etc)

Like it? Alternatives?

Seems like a step up from #marp and much simpler than using #revealjs directly

1 0 1 0

Anyone else using #Quarto for markdown based presentations? (Instead of PowerPoint etc)

Like it? Alternatives?

Seems like a step up from #marp and much simpler than using #revealjs directly

0 0 0 0
Preview
Celebrating 50 stars on Neobeam Neobeam recently reached 50 stars on GitHub, so I added some more themes.

Neobeam, a #Marp theme I made, has reached 50 stars 🥳 I have added 3 novelty themes in celebration

embracket.com/blog/post/ne...

3 0 0 0

Sure, #LLM s are cool but have you tried #MARP ?

0 0 0 0
Preview
Devin + git + Marpでスライド作成のイニシャルコストを下げる #Marp みなさんこんにちは、無資格・無免許エンジニアの三木です。Web本部ではDevinの導入検証をはじめた…という状況なのですがはじめてすぐに、検証も何もスライド作成のイニシャルコスト低減は確実にできると思った…という記事を投稿させて頂きます。 先日勢いで↑の記事を書いて、トレンドを頂いたため真面目な記事が書きづらくなってしまったのですが以下が本日のトピックです Devinの基本動作と設定項目 git + Marpによるスライド管理 スライド作成の指示 生成されたスライド Devinの基本動作と設定項目 Devinは自身のworkspaces上にてUbuntuを起動し、VS Code上のターミナル接続を介して様々な手続きを行います。そして、そのVS Codeはブラウザを介してユーザーからも操作可能です workspacesはDevinが各セッションで行う約束事を設定できます 例えば Git Pull セッションの開始時のgit取得コマンド cd ~/repos/tech-tportal && git pull && git submodule update --init --recursiveとかを指定する Maintain Dependencies セッション開始ごとにパッケージの依存関係を最新の状態にするためのコマンド cd ~/repos/tech-tportal/tportal-app && docker-compose exec tportal_web npm ci && docker-compose exec tportal_web composer installなどを指定する 画像はワークスペース立ち上げ時のチュートリアル状態になるのですがInstall DependenciesのタイミングではDevinの作業するスペース(Ubuntu)に対してユーザーが直接セットアップを行うことができます。開発環境によっては何かしらの追加インストールが必要な場合もあり、そういったケースで対応すれば良いのかと思います。 いずれにせよ、少し触ってみた段階で Devinは自分のWorkspaces上でUbuntuを動かし、ある程度決まったコマンドも使いつつAIエージェントが作業を進めて、最終的にgitへpushしてくれる という流れはわかりました。 GitHub Actions と GitHub Copilot のAgent modeが融合して、同じものが出てきそうな気配も感じます。 git + Marpによるスライド管理 話は変わりますが、最近私自身がLTや登壇などでスライド作成を行うタイミングが増えてきました。 私自身の性格もあると思いますが、まーとても面倒です、この作業。作り始めたら集中するのですがとにかく腰が重い。 少しでも楽をしようとスライドはgit+Marpで管理をしています。 Marpとは Markdownでスライドを作れるツールでVS Code拡張もあります。@tomoasleepさんの記事がとても参考になると思いました。Marpはいいぞ! git管理にして、テーマを共通で利用したり、前に作ったスライドをコピーを再利用したり… また、テキストで全て作れる段階で、geminiなどに「Marpのフォーマットで以下のスライドを作成してください」と依頼するだけでも結構良い状態のものが出来上がったりします。 私はとにかく楽に作りたい スライド作成の指示 そんなこんなで今DevinとgitとMarpが手元にあります。 これは確実に「Slackで指示されたDevinがスライドを作ってgitにpushしておいてくれる」と思い、さっそくトライです。 ひとまずこんな指示を送り作るのもテキストだけなのですぐに完了 push内容をみて、もうちょっと調整が欲しかったので追加指示&色々やらせてみる 元の作りが悪く自己紹介を消すとデザインが壊れる状態だったので、こちらでも修正再取得と、画像の細かい指示を追加 作業完了、しっかりとブランチにpushされていました。

Devin + git + Marpでスライド作成のイニシャルコストを下げる #Marp

みなさんこんにちは、無資格・無免許エンジニアの三木です。Web本部ではDevinの導入検証をはじめた…という状況なのですがはじめてすぐに、検証も何もスライド作成のイニシャルコスト低減は確実にできると思った…という記事を投稿させて頂きます。 先日勢いで↑の記事を書いて、トレンドを頂いたため真面目な記事が書きづらくなってしまったのですが以下が本日のトピックです Devinの基本動作と設定項目 git + Marpによるスライド管理 スライド作成の指示 生成されたスライド Devinの基本動作と設定項目…

0 0 0 0
Preview
Marp: Markdown Presentation Ecosystem 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.

I wrote a quick presentation today with #emacs, #markdown, and #marp. It is suprisingly ... fun! Never used Marp before, but it's going to be my go-to for preso's going forward.

marp.app

1 0 0 0
GitHub - pakitochus/srd-marpit-theme: A Custom theme for Marpit, with extensions such as alert box, hide content and figure centering A Custom theme for Marpit, with extensions such as alert box, hide content and figure centering - pakitochus/srd-marpit-theme

He publicado en github el tema en CSS que he preparado para las transparencias de mi asignatura. Le he añadido bastantes cosas al default de #Marp, y creo que ha quedado bastante collejo.

github.com/pakitochus/s...

0 1 0 0
Bastian Greshake Tzovaras (@gedankenstuecke@scholar.social) Puse mi presentación sobre #citizenscience, #openstreetmap y @panoramax@mapstodon.space acá: https://tzovar.as/cs-mapping-talk-unrc/ Muchísimas gracias a @dbellomo@social.coop por organizarlo!

I made these using #marp, thanks to @rwg’s posts about it. I love how easy it is to whip up the slides and then make them into a shareable HTML that even contains all the metadata for creating the social media cards!

scholar.social/@gedankenstuecke/1136363...

0 2 0 0
Preview
GitHub - mikael-ros/neobeam: A modern take on the LaTeX beamer theme, for Marp A modern take on the LaTeX beamer theme, for Marp. Contribute to mikael-ros/neobeam development by creating an account on GitHub.

Just noticed my #marp theme has reached 20 stars on #github :) this is big for me as my otherwise most starred has 3 :o

github.com/mikael-ros/n...

1 0 0 0
Original post on aoir.social

I'll be blogging about this soon, but for now let me gush about MARP, a Markdown-based way to make slideshows:

https://marp.app/

If this works the way I think it will, I will finally be able to say goodbye to LibreOffice Impress (and yet still stay away from Google and Microsoft). YES!

#marp […]

1 2 2 0

The more I work with minimal UI document creation tools like Markdown / HTML with CSS, LaTeX and even things like @Notion (or other accessible Markdown editors), the less I can tolerate "old-school" document creation tools. Also #marp for presentations. Using these together with version control 🤩

4 0 0 0
Post image

#VSCode #Marp #markdown on #Chromebook

3 0 0 0

I was searching for some slides in #markdown because it's easier to track in Git. And I found: #mdxdeck, #remark, and #marp WOW!!😮🙃

2 0 0 0