datasette/datasette/views
Simon Willison c3caf36af7
Template slot family of plugin hooks - top_homepage() and others
New plugin hooks:

top_homepage
top_database
top_table
top_row
top_query
top_canned_query

New datasette.utils.make_slot_function()

Closes #1191
2024-01-30 19:54:03 -08:00
..
__init__.py New JSON design for query views (#2118) 2023-08-07 18:47:39 -07:00
base.py jinja2_environment_from_request() plugin hook 2024-01-05 14:33:23 -08:00
database.py Template slot family of plugin hooks - top_homepage() and others 2024-01-30 19:54:03 -08:00
index.py Template slot family of plugin hooks - top_homepage() and others 2024-01-30 19:54:03 -08:00
row.py Template slot family of plugin hooks - top_homepage() and others 2024-01-30 19:54:03 -08:00
special.py Cascade for restricted token view-table/view-database/view-instance operations (#2154) 2023-08-29 09:32:34 -07:00
table.py Template slot family of plugin hooks - top_homepage() and others 2024-01-30 19:54:03 -08:00