1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-30 16:30:04 +02:00

adding link to the plugin page

José Luis Antúnez
2017-08-15 17:50:47 +02:00
parent 0ecc45b2cd
commit 32a0e18aff

@@ -1,4 +1,4 @@
Almost every single feature of WebSlides is a plugin. The core only consists of methods that allows you to navigate through the slides while the plugins do the rest. They can be overwritten and you are able to create your custom plugins. Just call `registerPlugin` (as seen on [the API](Core-API)) **before creating** the instance:
Almost every single feature of WebSlides is [a plugin](https://github.com/webslides/WebSlides/wiki/Plugin-docs). The core only consists of methods that allows you to navigate through the slides while the plugins do the rest. They can be overwritten and you are able to create your custom plugins. Just call `registerPlugin` (as seen on [the API](Core-API)) **before creating** the instance:
```javascript
// Adding the constructor to WebSlides