Improved introduction copy on Plugins docs page

This commit is contained in:
Simon Willison 2019-05-15 22:18:02 -07:00
commit a88b599cce

View file

@ -3,12 +3,9 @@
Plugins
=======
Datasette's plugin system is currently under active development. It allows
additional features to be implemented as Python code (or front-end JavaScript)
which can be wrapped up in a separate Python package. The underlying mechanism
uses `pluggy <https://pluggy.readthedocs.io/>`_.
You can follow the development of plugins in `issue #14 <https://github.com/simonw/datasette/issues/14>`_.
Datasette's plugin system allows additional features to be implemented as Python
code (or front-end JavaScript) which can be wrapped up in a separate Python
package. The underlying mechanism uses `pluggy <https://pluggy.readthedocs.io/>`_.
Using plugins
-------------