Why is my plugin not showing up?

This can be due to multiple reasons:

  • The plugins.json may be cached by your browser. Try clearing your browser cache.
  • registerPlugin wasn't called at runtime to register the plugin instance at the plugin manager
  • updatePlugins.js was not executed.

The plugin was updated but the changes are not visible?

This could be a caching issue. This can happen if you don't update the plugin version with every build. Either clear your browser cache or update your plugin version. It also helps to keep the browser developer window open with disabled cacheing while devoloping plugins.

Generated using TypeDoc