Durtur / Dungeoneer

A virtual tabletop designed for 5e D&D, includes a map tool with dynamic lighting, initiative tracker, combat tracker and homebrew management.
GNU Affero General Public License v3.0
172 stars 16 forks source link

[Feature] Plugin/mod support #78

Open Durtur opened 2 years ago

Durtur commented 2 years ago

Add support for 3rd party widgets. They should be dynamically displayed in the main app screen, in an electron webview or iframe and should navigate to a website or html file that is the plugin UI.

For security reasons the main window should be refactored with context isolation in mind, to prevent unfettered access to nodejs and the file system.

Maybe add a basic API for the widgets to use.