💡 Mastering Mermaid with #CopilotStudio
Elliot Margot shows how text input can be transformed into #MermaidJS diagrams for processes and workflows using #PowerPlatform.
📺 Watch now → youtu.be/8rMsYOORdKc
Latest posts tagged with #MermaidJS on Bluesky
💡 Mastering Mermaid with #CopilotStudio
Elliot Margot shows how text input can be transformed into #MermaidJS diagrams for processes and workflows using #PowerPlatform.
📺 Watch now → youtu.be/8rMsYOORdKc
Discussion on a project rendering Mermaid diagrams as SVGs or ASCII art. Key insights include ASCII's utility in AI-assisted coding & environments without standard rendering. Comparisons to tools like Kroki & PlantUML, plus aesthetics & accessibility, were central. #MermaidJS 1/6
I find it so curious that #MermaidJS, for whatever reason, uses Trebuchet MS as its default font when rendering graphs -- not Arial, the (unfortunately) obvious choice. No matter where one shows up, there's Trebuchet: gangly and unmistakable. #typography
A slightly styled sequence diagram rendered from MermaidJS
I think some #LLM and also Google Search have picked up on my post for making #MermaidJS sequence diagrams prettier, and now it's quite a regularly accessed post on my blog!
If you're keen: notepad.onghu.com/2024/making-...
.NET Data December countdown 19:
Generate a cross platform E/R diagram of your database from the command line with EF Core Power Tools (also works in CI/CD pipelines)
#database #sqlserver #postgres #oracle #dornet #mermaidjs
buff.ly/mnWku2n
2 git history graphs side-by-side, the right one having an extra highlighted commit, with both having a root commit tag and several commits on 3 branches main, dev & f
Tinkering with #revealjs & #mermaidjs,
trying to choose between 2 approaches:
- #pandoc to turn markdown into revealjs
- or directly write html, css & javascript…
💡 Mermaid JS to Dataverse
@luisefreese.bsky.social shows how to turn Mermaid.js ERDs into Dataverse tables, columns, and relationships. Repeatable, secure deployments with Azure.
📺 Watch the demo here → youtu.be/95yX7mwrTx0
#Microsoft365dev #PowerPlatform #Dataverse #MermaidJS #Azure
Visual Studio 2026 will go GA today 🥳 - and it has a LOT of great new features. One of them is built-in support for Mermaid diagrams for database schemas and more - I give an intro in the new episode of the "Visual Studio Toolbox" show
#mermaidjs #visualstudio
More on Mermaid Charts in Visual Studio 2026 | Visual Studio Toolbox
buff.ly/CxcorYS
#visualstudio #mermaidjs #sqlserver #database
How to Build UML Sequence Diagrams in Angular with Mermaid Syntax
buff.ly/ZGtnztq
#angular #javascript #webdev #mermaidjs #ref #syncfusion #uml #typescript
SenseFlow
#Mathober2025 #Mathober5 #graph #digraphsink
#Mathober Curation:
@fractalkitty.com
Coded #mermaidjs
Blog/Code/More Images
blog.illestpreacha.com/mathober2025...
#creativecoding #coding #mathematical #math
Sequence diagram showing authentication flow between Plugin, Backend, Browser, and Cognito with labeled arrows for requestExternalAuth, auth URL exchange, validateExternalAuthRequest, and user authentication.
TIL: Mermaid markup exists and is supported by GitHub (Cursor's `auto` model put it into an implementation summary report). This is so cool!
https://mermaid.js.org/
#MermaidJS #Cursor
Mermaid Charts in Visual Studio 2026 | Visual Studio Toolbox with Robert Green & Johan Smarius
buff.ly/oe6mF8Z
#visualstudio #vs2026 #mermaidjs #javascript #charts #diagrams
Ich weiss nicht, ob ich #mermaidjs hassen oder lieben soll. Aber die Integration ins #GitLab Kommentarsystem ist praktisch.
/me baut sich Flowcharts
Orbivon is now live on SaaS Hub! 🚀
Spreading one step at a time, featuring powerful documentation tools with MermaidJS and PlantUML support.
#saas #buildinpublic #documentation #mermaidjs #plantuml
Mermaid Modal Popup
https://paultraylor.net/blog/2025/mermaid-modal-popup/
#Javascript #Bootstrap5 #Mermaidjs #Htmx
Somehow, this post on my blog for making #MermaidJS sequence diagrams prettier is quite popular and I needed to refer to it myself today. So, ya, if you want prettier #SequenceDiagrams: notepad.onghu.com/2024/making-...
(I'm reminded I need to work on Part 2)
#Diagramming #Programming
Update: Obsidian looks like it *would* work but currently is broken and doesn’t not export Mermaid diagrams correctly, which is a blocker. #Windows #VSCode #Markdown #MermaidJS #OneDrive
Anyone know of a #Windows app or #VSCode extension that allows you to export #Markdown with #MermaidJS charts to HTML or PDF?
I’m having issues with most of the VSCode extensions I tried so far and cannot install Chrome extensions due to company policy.
(Also the #OneDrive previews for […]
The image shows a clean and modern website landing page for "Mermaid to Dataverse Converter", designed in a pink, white, and dark gray color palette. At the top, there’s a large pink header section with the title and tagline: Mermaid to Dataverse Converter Convert Mermaid ERD diagrams to Dataverse solutions with ease A centered “Get Started” button invites users to begin. Below, three illustrated sections highlight key features: Secure – Passwordless authentication using Microsoft Entra ID and Azure Managed Identity. Easy – Convert Mermaid ERD diagrams to Dataverse with automated validation and a step-by-step wizard. Open Source – Fully open-source and community-driven; extend and customize freely. The footer contains documentation links (“Getting Started,” “Local Development,” “Deployment”), social links (GitHub, Blog, LinkedIn, Mermaids), and a note: Made with ❤️ by Luise Freese 2025. Built with Docusaurus. It looks like a polished, developer-focused open source project homepage emphasizing security, simplicity, and community.
I made a thing:
mermaid2dataverse.netlify.app
#PowerPlatform #Azure #Docusaurus #MermaidJS #Dataverse
If I had to explain my job... @ioer.. I'd just show this workflow from the last two days. It's a great example of building reproducible, automated documentation. 🚀
1. Start: A project schema, drafted by colleagues in Excel.
2. Problem: Excel isn't reproducible and is hard to use as a single […]
Generating and Viewing Mermaid Diagrams with Copilot
buff.ly/Iov7yao
#visualstudio #githubcopilot #mermaidjs #ai
Hello.
I am looking for a (ideally #opensource) tool to create #agendas for my meetings.
The graphical representation of my agenda would be rendered from a text-based definition.
A bit like #Mermaidjs that has a generator for Ganntt charts, but the result would be an Agenda in the form of a […]
A snippet of a mermaid JS diagram using linkStyle to apply stylistic changes to edges based on the index at which the edge occurs.
Trying to style a #MermaidJS diagram by making yes/no edges distinct for internal documentation, and I get this abomination 😭
Yes, if I add a new edge, every single edge with an index greater than whatever I inserted is now off-by-1.
docs.mermaidchart.com/mermaid-oss/...
Mermaid.js is an excellent tool for creating diagrams in Markdown - I'm always impressed by its capabilities.
mermaid.js.org
#mermaidjs
Our #Oracle #Database #Sample Schemas have new and improved ReadMes, including interactive #MermaidJS ER diagrams.
github.com/oracle-sampl...
HN discussion on Mermaid: text-to-diagram tool. Covers use cases, integration with platforms (GitHub, Notion), using LLMs to generate diagrams, and the debate on diagram value in software development. #MermaidJS 1/5
Just released version 3.0.0 of my #11ty mermaidJS plugin! www.npmjs.com/package/@kevingimbel/ele...
#11ty #eleventy #mermaidjs
📌 https://kevingimbel.de/status/1747637804
Lazy Loading the Mermaid Diagram Library | by Rick Strahl.
buff.ly/uPb5Xgm
#mermaidjs #javascript #webdev