vscode-drawio
vscode-drawio copied to clipboard
This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
In the `insert` menu, there is no plantuml listed, but mermaid, sql, csv, etc.
I can drag an image into a file, but I can't use "paste here" to paste an image. I hope "paste an image from clipboard" can be supported https://user-images.githubusercontent.com/70683664/160044949-fe73d8a1-fc57-4508-96ce-1d65c7289db2.mp4 .
Yesterday I started work on a diagram on diagrams.net and wanted to continue work in VS Code today. When I opened the diagram, I was confused that some elements seemed...
Greetings and congrats for this awesome extension! **The problem** I create `.drawio.svg` files with hyperlinks. Then, I embed those pictures in html (a static web site generated from markdown by...
Hi! When I use version `1.6.2`, I was able to select the style like this: But it's vanished when I bump to `1.6.3` or `1.6.4`: Is this a common malfunction...
I noticed, that I am unable to merge cells which I would be able to do so using the website. I looked into the xml, it's a simple `colspan` or...
SVG font embedding is supported in draw.io SVG export (see jgraph/drawio#1702) but there's not an option for that in the extension.
In the official docs, there is an option to adjust various settings via `Extras > Configuration`. Is it possible to have access to the configuration object while using the VSCode...
Goal: Use a custom library stored on github gist or in a repo the schema for hediet.vscode-drawio.customLibraries allows [file,url,xml,json] Using url does not work. ```json { "hediet.vscode-drawio.customLibraries": [ { "libName":...
I am trying to set a custom settings into the settings: ```json "hediet.vscode-drawio.local-storage": { "somekey":{ "somedeeperkey": false } } ``` every time I restart the draw editor, this settings gets...