Draw.io support

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:

  1. Create diagram on https://draw.io
  2. Save on OneDrive (etc)
  3. File > Embed > iFrame
  • Set Edit to Custom… (accept default url)
  • Copy the url component
  1. 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

Thanks, not sure what ‘unfurling’ means in this context, but a plugin to allow display and inline editing would be awesome.