Thanks to #214 JavaScript is no longer 'soon'

This commit is contained in:
Simon Willison 2018-04-18 08:17:10 -07:00
commit 6e28ed447f
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -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/>`_.