diff --git a/docs/changelog.rst b/docs/changelog.rst index 8208062018..5af8a7dd8f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -40,6 +40,18 @@ Configuration -s plugins.datasette-cluster-map.latitude_column xlat \ -s plugins.datasette-cluster-map.longitude_column xlon +JavaScript plugins +~~~~~~~~~~~~~~~~~~ + +Datasette now includes a :ref:`JavaScript plugins mechanism `, allowing JavaScript to customize Datasette in a way that can collaborate with other plugins. + +This provides two initial hooks, with more to come in the future: + +- :ref:`makeAboveTablePanelConfigs() ` can add additional panels to the top of the table page. +- :ref:`makeColumnActions() ` can add additional actions to the column menu. + +Thanks `Cameron Yick `__ for contributing this feature. (`#2052 `__) + Plugin hooks ~~~~~~~~~~~~