mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Improved introduction copy on Plugins docs page
This commit is contained in:
parent
725b5b6a69
commit
a88b599cce
1 changed files with 3 additions and 6 deletions
|
|
@ -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
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue