Simon Willison’s Weblog

Subscribe
Atom feed

Elsewhere

Filters: Sorted by date

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
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).
None
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
Release datasette-upload-csvs 0.6 — Datasette plugin for uploading CSV files and converting them to database tables
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
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:
None
Release sqlite-utils 2.23 — Python CLI utility and library for manipulating SQLite databases
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
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.
None
Release inaturalist-to-sqlite 0.2.1 — Create a SQLite database containing your observation history from iNaturalist
Release pocket-to-sqlite 0.2.1 — Create a SQLite database containing data from your Pocket account
Release datasette 0.51a0 — An open source multi-tool for exploring and publishing data
Release datasette-json-preview 0.2 — Preview of new JSON default format for Datasette
Release datasette-cluster-map 0.13 — Datasette plugin that shows a map for any data with latitude/longitude columns
Release github-to-sqlite 2.7 — Save data from GitHub to a SQLite database
Release sphinx-to-sqlite 0.1a — Create a SQLite database from Sphinx documentation
Release dogsheep-beta 0.9 — Build a search index across content from multiple SQLite database tables and run faceted searches against it using Datasette