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