I'm experimenting with a Datasette plugin that itself adds new plugin hooks which other plugins can then interact with. …
I wanted to add the new tutorials on https://datasette.io/tutorials to the search index that is used by the https://datasette.io/-/beta search engine. …
The register_commands plugin hook lets you add extra sub-commands to the datasette
CLI tool. …
I came up with this trick today, when I wanted to run a LIKE
search against every column in a table. …
I figured out how to run Datasette on https://replit.com/ …
While writing this thread about my habit of opening issues and closing them a few seconds later just so I could link to them in a commit message I decided to answer the question "How many of my issues were open for less than 60 seconds?" …
The MBTiles format uses SQLite to bundle map tiles for use with libraries such as Leaflet. …
I made some changes to my https://til.simonwillison.net/ site that resulted in cleaner URL designs, so I needed to setup some redirects. I configured the redirects using a one-off Datasette plugin called redirects.py
which I dropped into the plugins/
directory for the Datasette instance: …