Simon Willison’s Weblog

Subscribe
Atom feed

Elsewhere

Filters: Sorted by date

Release datasette-indieauth 0.3.1 — Datasette authentication using IndieAuth and RelMeAuth
Release datasette-indieauth 0.3 — Datasette authentication using IndieAuth and RelMeAuth
Release datasette-indieauth 0.3a0 — Datasette authentication using IndieAuth and RelMeAuth
Release datasette-indieauth 0.2a0 — Datasette authentication using IndieAuth and RelMeAuth
Release datasette-indieauth 0.1a0 — Datasette authentication using IndieAuth and RelMeAuth
Release datasette-copyable 0.3.1 — Datasette plugin for outputting tables in formats suitable for copy and paste
Release datasette-search-all 1.0 — Datasette plugin for searching all searchable tables at once
Release sqlite-utils 3.0 — Python CLI utility and library for manipulating SQLite databases
Release sqlite-utils 3.0a0 — Python CLI utility and library for manipulating SQLite databases
Release sqlite-fts4 1.0.1 — Custom Python functions for working with SQLite FTS4
Release sqlite-fts4 1.0 — Custom Python functions for working with SQLite FTS4
Release csvs-to-sqlite 1.2 — Convert CSV files into a SQLite database
Release datasette 0.51.1 — An open source multi-tool for exploring and publishing data
None
TIL Dropdown menu with details summary — I added dropdown menus to [Datasette 0.51](https://docs.datasette.io/en/stable/changelog.html#v0-51) - see [#1064](https://github.com/simonw/datasette/issues/1064).
Release datasette-configure-fts 1.1 — Datasette plugin for enabling full-text search against selected table columns
Release datasette-graphql 1.1 — Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release datasette-edit-schema 0.4 — Datasette plugin for modifying table schemas
  • Adds link to Datasette's new navigation menu, added in Datasette 0.51.
Release datasette 0.51 — An open source multi-tool for exploring and publishing data
Release datasette 0.51a2 — An open source multi-tool for exploring and publishing data
Release datasette-edit-schema 0.4a0 — Datasette plugin for modifying table schemas
Release datasette 0.51a1 — An open source multi-tool for exploring and publishing data
Release datasette-render-markdown 1.2 — Datasette plugin for rendering Markdown
None
TIL Decorators with optional arguments — [sqlite-utils](https://sqlite-utils.datasette.io/) provides [a decorator](https://sqlite-utils.datasette.io/en/stable/python-api.html#registering-custom-sql-functions) for registering custom Python functions that looks like this:
Release sqlite-utils 2.23 — Python CLI utility and library for manipulating SQLite databases
Sighting 4:39 PM – 4:51 PM — Steller's Jay, Eastern Gray Squirrel, in Golden Gate Park, CA, US
Steller's Jay
Steller's Jay
Eastern Gray Squirrel
Eastern Gray Squirrel
Release sphinx-to-sqlite 0.1a1 — Create a SQLite database from Sphinx documentation
Release datasette-cluster-map 0.14 — Datasette plugin that shows a map for any data with latitude/longitude columns
None
TIL Writing JavaScript that responds to media queries — I wanted to change the layout of [my blog](https://simonwillison.net/) on mobile screens such that the content from the "Elsewhere" right hand column combined with the main column in the correct order (issue [#165](https://github.com/simonw/simonwillisonblog/issues/165)). I couldn't find a way to do this in pure CSS without duplicating a bunch of content, so I decided to do it with JavaScript.
Release inaturalist-to-sqlite 0.2.1 — Create a SQLite database containing your observation history from iNaturalist