From e1c5a9d92b7677eaf9eff58d05badb39d078d1bd Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 7 Sep 2023 20:37:24 -0700 Subject: [PATCH] datasette-remote-actors example plugin, refs #2180 --- docs/plugin_hooks.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index ee48f0c7d3..e966919b29 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -1126,6 +1126,8 @@ The returned dictionary from this example looks like this: These IDs could be integers or strings, depending on how the actors used by the Datasette instance are configured. +Example: `datasette-remote-actors `_ + .. _plugin_hook_filters_from_request: filters_from_request(request, database, table, datasette)