datasette.io icon indicating copy to clipboard operation
datasette.io copied to clipboard

The official project website for Datasette

Results 30 datasette.io issues
Sort by recently updated
recently updated
newest added

This adds the very helpful [mastodon-to-sqlite](https://github.com/myles/mastodon-to-sqlite) tool written by @myles to the list of datasette/sqlite tools.

https://datasette.io/plugins/datasette-atom ![CleanShot 2024-01-16 at 08 37 55@2x](https://github.com/simonw/datasette.io/assets/9599/f92b9d32-d513-4dab-b687-f8e7efece50c)

bug

From https://datasette.io/plugins?sort=downloads-this-week , this reports `sqlite-regex` has the most downloads last week. But it's picking up the `sqlite-regex` package, not the `datasette-sqlite-regex` package (which has like 1/5th of the downloads)...

Currently: https://datasette.io/plugins sorts by "most recent release" by default, which means that plugins that don't use GitHub releases show up at the bottom of the page:

bug
plugin directory

![2E12B535-BFB6-4DDA-A4E4-15CDD7F4F3E1](https://user-images.githubusercontent.com/9599/205417460-5cdd9f20-0b16-4bdb-a83d-911387f1d748.jpeg)

bug
community

https://datasette.io/plugins/datasette-geojson-map That's a an image reference to this URL, which is a 404: https://datasette.io/plugins/img/boston-neighborhoods-map.png Ideally that would be rewritten to link here instead: https://raw.githubusercontent.com/eyeseast/datasette-geojson-map/main/img/boston-neighborhoods-map.png

bug

This came up on Discord: https://discord.com/channels/823971286308356157/823971286941302908/1017006129831739432 If you have a large (e.g. 9.5GB) CSV file it's not obvious how best to import it. `csvs-to-sqlite` tries to load the whole thing...

documentation
tutorials

I want to be able to see all of the geospatial plugins, or all of the plugins that use a specific hook.

enhancement