From 6e28ed447f879a46ee5457882cf6ae8b785c87b4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 18 Apr 2018 08:17:10 -0700 Subject: [PATCH] Thanks to #214 JavaScript is no longer 'soon' --- docs/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index e5ad1857..40e73436 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -2,7 +2,7 @@ Plugins ======= 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 uses `pluggy `_.