Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Custom libraries #182

Open
neshanjo opened this issue Nov 18, 2022 · 1 comment
Open

Feature request: Custom libraries #182

neshanjo opened this issue Nov 18, 2022 · 1 comment

Comments

@neshanjo
Copy link

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

@ilyavaiser
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants