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:
committed by
Henrik Ingo
parent
ba1fe7f6d6
commit
cd499ed8cf
@@ -21,10 +21,11 @@ Extra addons
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
Yet more features are available in presentations that enable
|
Yet more features are available in presentations that enable
|
||||||
[extra addons](../../extras/). Extra addons are 3rd party plugins integrated
|
[extra addons](https://github.com/impress/impress-extras). Extra addons are 3rd party plugins
|
||||||
into impress.js to provide convenient and standardized access to them. However,
|
that are not part of impress.js, but that we have nevertheless collected together into the
|
||||||
they are not activated by default, rather must be included with a `<script>`
|
impress-extras repo to provide convenient and standardized access to them. To include
|
||||||
tag.
|
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*
|
Note: The enabled extra addons are automatically initialized by the *extras*
|
||||||
plugin.
|
plugin.
|
||||||
|
|||||||
Reference in New Issue
Block a user