Can I put in a request for draw.io (diagrams.net) support please? This is an open source diagramming app which is extremely powerful. A plug to allow editing of diagrams stored in SB would be great.
I have actually managed to embed draw.io diagrams in SB after a fashion:
- Create diagram on https://draw.io
- Save on OneDrive (etc)
- File > Embed > iFrame
- Set Edit to Custom… (accept default url)
- Copy the url component
- Add embed block:
url: THEURL width: 100% height: 400
Hard coding the height is a pain but you do get an edit button on hovering over the preview which allows editing and updating. However storing the diagram on OneDrive isn’t ideal and it’s all very clunky.
Trilium has a nice plugin for draw.io - GitHub - SiriusXT/trilium-drawio: Trilium integrated drawio plug-in - not sure whether might be possible in SB too? Plug-ins also exist for Obsidian.
Thanks
Nick