Adding Plugins
Visit the Selectoplasm Official Plugins repository to find a selection of official plugins for Selectoplasm.
To use Selectoplasm plugins, just drag that plugin's folder into the plugins
directory. Selectoplasm will automatically load them the next time you run your project in dev mode.
Note that plugins require a README.md file to be detected by Selectoplasm. They might also contain a range of other files, depending on the functionality they provide, but the README.md file is mandatory. If you find a plugin is not loading, check that it includes a readme.
Also, remember that Selectoplasm plugins are REALLY easy to make. Check out the official utilities plugin to get a sense for just how easy it is. You can do it too!
Check out the Creating Plugins section to learn how to build more complex dynamic plugins. They're still only vanilla html and javascript!