Fixed the link to "extra addons" in the plugins README (#647)

* Fixed the link to extra addons. It was 404, now it's linked to https://github.com/impress/impress-extras

* Added new sentence describing how to use extra addons.
This commit is contained in:
Blaine Carter
2017-12-11 04:04:01 -07:00
committed by Henrik Ingo
parent ba1fe7f6d6
commit cd499ed8cf

View File

@@ -21,10 +21,11 @@ Extra addons
------------
Yet more features are available in presentations that enable
[extra addons](../../extras/). Extra addons are 3rd party plugins integrated
into impress.js to provide convenient and standardized access to them. However,
they are not activated by default, rather must be included with a `<script>`
tag.
[extra addons](https://github.com/impress/impress-extras). Extra addons are 3rd party plugins
that are not part of impress.js, but that we have nevertheless collected together into the
impress-extras repo to provide convenient and standardized access to them. To include
the extra addons when checking out impress.js, use git clone --recursive. Even then, they
are not activated by default in a presentation, rather each must be included with their own `<script>` tag.
Note: The enabled extra addons are automatically initialized by the *extras*
plugin.