Is your feature request related to a problem?
I'm creating a plugin for the note-taking program Obsidian. The problem is that currently, to use gephi-lite with broadcasting, one needs a HTTP server running (origin issues with BroadcastChannel), and the Node.js APIs are limited to only desktops.
Describe the solution you'd like
Export the root component as GephiLite, like how excalidraw does it. This way, the component would share the same origin, app://obsidian.md, with the plugin and be able to communicate with it.
Describe alternatives you've considered
Host the static files locally. It works, but it's clunky.
Is your feature request related to a problem?
I'm creating a plugin for the note-taking program Obsidian. The problem is that currently, to use gephi-lite with broadcasting, one needs a HTTP server running (origin issues with BroadcastChannel), and the Node.js APIs are limited to only desktops.
Describe the solution you'd like
Export the root component as
GephiLite, like how excalidraw does it. This way, the component would share the same origin,app://obsidian.md, with the plugin and be able to communicate with it.Describe alternatives you've considered
Host the static files locally. It works, but it's clunky.