From ae02e9f4acc77019075c0eac9c3a0e96e50c195f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 20 Apr 2018 14:14:35 -0700 Subject: [PATCH] Added datasette-cluster-map blog entry to news --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f9cbab9..b34bf028 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Some examples: https://github.com/simonw/datasette/wiki/Datasettes ## News +* 20th April 2018: [Datasette plugins, and building a clustered map visualization](https://simonwillison.net/2018/Apr/20/datasette-plugins/) introducing Datasette's new plugin system and [datasette-cluster-map](https://pypi.org/project/datasette-cluster-map/), a plugin for visualizing data on a map * 20th April 2018: [Datasette 0.20: static assets and templates for plugins](https://github.com/simonw/datasette/releases/tag/0.20) * 16th April 2018: [Datasette 0.19: plugins preview](https://github.com/simonw/datasette/releases/tag/0.19) * 14th April 2018: [Datasette 0.18: units](https://github.com/simonw/datasette/releases/tag/0.18)