mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Thanks to #214 JavaScript is no longer 'soon'
This commit is contained in:
parent
7581320823
commit
6e28ed447f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ Plugins
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Datasette's plugin system is currently under active development. It allows
|
Datasette's plugin system is currently under active development. It allows
|
||||||
additional features to be implemented as Python code (or, soon, JavaScript)
|
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
|
which can be wrapped up in a separate Python package. The underlying mechanism
|
||||||
uses `pluggy <https://pluggy.readthedocs.io/>`_.
|
uses `pluggy <https://pluggy.readthedocs.io/>`_.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue