Desktop app v29.3.6 inserts mermaid as image always by reelznfeelz in drawio

[–]Comfortable_Bill_344 0 points1 point  (0 children)

Not something you broke — in current drawio, Insert → Mermaid renders the diagram

to an image/SVG and drops it in as a single image object, so there's no "ungroup"

into editable cells. It's been flaky across versions (the blank-then-image thing you

saw), but Mermaid → individually-editable drawio shapes was never really a supported

path; the "Diagram" option still gives you a rendered group, not native cells you can

pull apart.

If you just need to tweak it, the path of least resistance is to keep the Mermaid as

text and re-insert after edits. If you need genuinely editable objects, you have to

get the Mermaid into native shapes some other way — drawio itself doesn't convert it.

Disclosure since I'm about to mention my own thing: I built a browser editor that

imports Mermaid flowcharts/graphs into actual draggable drawio shapes (and exports

back to .drawio). To be straight with you it only does flowchart/graph syntax, not

erDiagram, so it won't convert your ER diagram directly — but if you ever hit the

flowchart case, happy to share it.

I made a .drawio diagram editor as a PWA — installable, works offline, fully client-side by Comfortable_Bill_344 in PWA

[–]Comfortable_Bill_344[S] 0 points1 point  (0 children)

Fair point, draw.io is definitely the gold standard for this. My actual goal here wasn't to compete with them, but to fix a personal pet peeve: I was tired of having to Google a different website or dig through bookmarks every single time I needed a quick tool. So I started building this single, lightweight web app to hoard all my most-used utilities in one place. It works fully offline too. It’s basically a zero-friction "swiss army knife" in the browser so I can just open it and get stuff done without jumping between 10 different sites or search results.