Added datasette-media plugin to the docs

pull/783/head
Simon Willison 2020-05-27 13:34:12 -07:00
rodzic da87e963bf
commit af5702220c
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -97,6 +97,11 @@ datasette-json-html
`datasette-json-html <https://github.com/simonw/datasette-json-html>`__ renders HTML in Datasette's table view driven by JSON returned from your SQL queries. This provides a way to embed images, links and lists of links directly in Datasette's main interface, defined using custom SQL statements.
datasette-media
---------------
`datasette-media <https://github.com/simonw/datasette-media>`__ adds the ability to serve media files such as images directly, configured through a SQL query that maps a URL parameter to a path to a file on disk. It can also serve resized image thumbnails.
datasette-jellyfish
-------------------

Wyświetl plik

@ -887,4 +887,4 @@ This example plugin adds a ``x-databases`` HTTP header listing the currently att
return add_x_databases_header
return wrap_with_databases_header
Examples: `datasette-auth-github <https://github.com/simonw/datasette-auth-github>`_, `datasette-search-all <https://github.com/simonw/datasette-search-all>`_
Examples: `datasette-auth-github <https://github.com/simonw/datasette-auth-github>`_, `datasette-search-all <https://github.com/simonw/datasette-search-all>`_, `datasette-media <https://github.com/simonw/datasette-media>`_