Help installing plugins?

Yes, and I should document the loading logic somewhere. Currently it will load these files:

  • plugins/FILE.js
  • plugins/SUBDIR/FILE.js
  • plugins/SUBDIR/dist/FILE.js
  • Any directory or file that starts with "_" will be excluded (convenient to quickly disable a plugin)

SUBDIR and FILE can be any arbitrary string.

1 Like