nova icon indicating copy to clipboard operation
nova copied to clipboard

New plugin handler

Open burbas opened this issue 4 months ago • 0 comments

With this PR we are enhancing plugins;

  • Now plugins can contain a global state. This is particularly useful when the plugin needs to have a common data-structure ie ETS-table etc.
  • We've moved into using fun M:F/A-syntax instead of Erlang:apply
  • A new process is started that handles startup of plugins gracefully (nova_plugin_manager)

burbas avatar Oct 19 '24 13:10 burbas