(I am blown away by how good this product is)
I am storing my
draw.io diagrams in OneDrive/SharePoint. Opening them by navigating through the dialogs works fine but I'd like to offer links in my app that take folk straight to edit them at
app.diagrams.net (they will coauthor) and I need to construct the links programmatically.
I imagine something like this
https://app.diagrams.net?src=[path to my file on OneDrive/SharePoint] but haven't found a syntax for this.
Is it possible?