Expanded the Binary plugins section

This commit is contained in:
Simon Willison 2020-10-31 20:28:16 -07:00 committed by GitHub
commit 7788d62fa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,6 @@ Binary plugins
Several Datasette plugins are available that change the way Datasette treats binary data.
- `datasette-render-binary <https://github.com/simonw/datasette-render-binary>`__ modifies
- https://github.com/simonw/datasette-render-images
- https://github.com/simonw/datasette-media
- `datasette-render-binary <https://github.com/simonw/datasette-render-binary>`__ modifies Datasette's default interface to show an automatic guess at what type of binary data is being stored, along with a visual representation of the binary value that displays ASCII strings directly in the interface.
- `datasette-render-images <https://github.com/simonw/datasette-render-images>`__ detects common image formats and renders them as images directly in the Datasette interface.
- `datasette-media <https://github.com/simonw/datasette-media>`__ allows Datasette interfaces to be configured to serve binary files from configured SQL queries, and includes the ability to resize images directly before serving them.