decker-edu / decker

A markdown based tool for slide deck creation.
GNU General Public License v3.0
60 stars 15 forks source link

Fix notes messages #54

Closed salbeira closed 1 year ago

salbeira commented 1 year ago

Fixes Issue #53 by moving initialisation to a dummy plugin object that gets regsitered while keeping the actual plugin code out of the plugin object's scope, removing the circular reference.