Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I’m a game developer. I’m looking for a tool that makes it easy to define node graphs, and I’ve ultimately chosen draw.io as part of my toolchain. I really need to create a custom interface (with preset nodes, a unified data structure, etc.), and I believe this should be achievable through draw.io’s plugin system (though I’m still a beginner with draw.io development).
I’m currently looking for plugin development examples to learn from. However, there’s a major issue standing in my way: how do I load a plugin?
In version 26.2.2, the desktop version of draw.io has a “Plugins” menu, but it displays:
And in the Docker version, that menu doesn’t even show the External Plugins: External plugins disabled line—there’s only the Built-in Plugins option.
I have no idea where to start. How can I write a simple “Hello World” plugin and load it into the application? Documentation would be incredibly helpful too.
Beta Was this translation helpful? Give feedback.
All reactions