From 72eee63651d6f5534adfc42ebd77fea77f219abf Mon Sep 17 00:00:00 2001 From: sjat Date: Wed, 6 May 2026 15:50:12 +0200 Subject: [PATCH] presentation: add bridges slide, dark theme, clickable links - Add Matrix bridges slide with table (WhatsApp, Telegram, Signal, IRC, Meshtastic) - Switch to gaia/invert dark theme - Make all resource links clickable markdown URLs - Add meshtastic-matrix-relay to resources Co-Authored-By: Claude Sonnet 4.6 --- .../2026-05-11_messaging-presentation.md | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/møder/2026-05-11_messaging-presentation.md b/docs/møder/2026-05-11_messaging-presentation.md index fea5573..9170853 100644 --- a/docs/møder/2026-05-11_messaging-presentation.md +++ b/docs/møder/2026-05-11_messaging-presentation.md @@ -1,6 +1,7 @@ --- marp: true -theme: default +theme: gaia +class: invert paginate: true --- @@ -157,6 +158,7 @@ A bridge connects Matrix to another network — messages flow both ways. | `mautrix-signal` | Signal | Fragile — Signal actively breaks 3rd-party | | `matrix-appservice-irc` | IRC | Mature, widely used | | `heisenbridge` | IRC | Simpler alternative | +| `meshtastic-matrix-relay` | MeshCore / Meshtastic | LoRa mesh ↔ Matrix — off-grid messaging | **The pitch:** Use Matrix as your single inbox — WhatsApp, Telegram, IRC all in one place. @@ -187,13 +189,14 @@ Peer-to-peer messaging — _no server at all_. ## Resources -| Resource | Link | -| ----------------------------- | -------------------------------------------- | -| Signal | signal.org | -| Matrix spec | spec.matrix.org | -| Element client | element.io | -| FluffyChat | fluffychat.im | -| Conduit server | conduit.rs | -| Briar | briarproject.org | -| Privacy Guides (comparison) | privacyguides.org/en/real-time-communication | -| EFF Surveillance Self-Defense | ssd.eff.org | +| Resource | Link | +| ----------------------------- | ------------------------------------------------------------------------------------------------------ | +| Signal | [signal.org](https://signal.org) | +| Matrix spec | [spec.matrix.org](https://spec.matrix.org) | +| Element client | [element.io](https://element.io) | +| FluffyChat | [fluffychat.im](https://fluffychat.im) | +| Conduit server | [conduit.rs](https://conduit.rs) | +| Briar | [briarproject.org](https://briarproject.org) | +| Privacy Guides (comparison) | [privacyguides.org/…/real-time-communication](https://www.privacyguides.org/en/real-time-communication) | +| EFF Surveillance Self-Defense | [ssd.eff.org](https://ssd.eff.org) | +| meshtastic-matrix-relay | [github.com/geoffwhittington/meshtastic-matrix-relay](https://github.com/geoffwhittington/meshtastic-matrix-relay) |