diagrams.net-intellij-plugin icon indicating copy to clipboard operation
diagrams.net-intellij-plugin copied to clipboard

Feature request: Custom libraries

Open neshanjo opened this issue 2 years ago • 1 comments

Hi and thanks for providing this very useful plugin!

I have a feature request: Could you include the possibility of adding custom libraries? This is currently not possible at all. We use some custom elements in our projects, so this would be very handy.

The solution in hediet's VS Code plugin is great, where one can configure custom libraries that are available in all diagrams via "more shapes". Settings.json snippet:

  "hediet.vscode-drawio.customLibraries": [
    {
      "file": "somefile.xml",
      "libName": "some name"
    }
  ]

In IntelliJ, this would maybe fit to the plugin configuration in settings?

Kind regards, Johannes

neshanjo avatar Nov 18 '22 14:11 neshanjo

+1

ilyavaiser avatar Feb 26 '23 19:02 ilyavaiser