mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added more example plugins
This commit is contained in:
parent
8da108193b
commit
227bb3e91f
1 changed files with 3 additions and 3 deletions
|
|
@ -376,7 +376,7 @@ arguments and can be called like this::
|
|||
|
||||
select random_integer(1, 10);
|
||||
|
||||
Examples: `datasette-jellyfish <https://github.com/simonw/datasette-jellyfish>`_, `datasette-jq <https://github.com/simonw/datasette-jq>`_
|
||||
Examples: `datasette-jellyfish <https://github.com/simonw/datasette-jellyfish>`_, `datasette-jq <https://github.com/simonw/datasette-jq>`_, `datasette-haversine <https://github.com/simonw/datasette-haversine>`__, `datasette-rure <https://github.com/simonw/datasette-rure>`__
|
||||
|
||||
.. _plugin_hook_prepare_jinja2_environment:
|
||||
|
||||
|
|
@ -541,7 +541,7 @@ Let's say you want to build a plugin that adds a ``datasette publish my_hosting_
|
|||
):
|
||||
# Your implementation goes here
|
||||
|
||||
Example: `datasette-publish-fly <https://github.com/simonw/datasette-publish-fly>`_
|
||||
Examples: `datasette-publish-fly <https://github.com/simonw/datasette-publish-fly>`_, `datasette-publish-now <https://github.com/simonw/datasette-publish-now>`_
|
||||
|
||||
.. _plugin_hook_render_cell:
|
||||
|
||||
|
|
@ -883,4 +883,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>`_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue