Expanded the Binary plugins section

pull/1085/head
Simon Willison 2020-10-31 20:28:16 -07:00 zatwierdzone przez GitHub
rodzic f0bd2d05f5
commit 7788d62fa6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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.