From da686627677b6819264bd787ba7d520edb069d12 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 17 Mar 2024 14:40:47 -0700 Subject: [PATCH] datasette-enrichments is example of row_actions Refs: - https://github.com/simonw/datasette/issues/2299 - https://github.com/datasette/datasette-enrichments/issues/41 --- docs/plugin_hooks.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index 5e4b5077..ada2fdbd 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -1729,6 +1729,8 @@ This example displays the row in JSON plus some additional debug information if }, ] +Example: `datasette-enrichments `_ + .. _plugin_hook_database_actions: database_actions(datasette, actor, database, request)