datasette/datasette
Simon Willison b7c6a9f9bd
extra_css_urls(template, database, table, datasette)
The extra_css_urls and extra_js_urls hooks now take additional optional
parameters.

Also refactored them out of the Datasette class and into RenderMixin.

Plus improved plugin documentation to explicitly list parameters.
2018-08-28 11:56:57 +01:00
..
publish publish_subcommand hook + default plugins mechanism, used for publish heroku/now (#349) 2018-07-25 22:15:59 -07:00
static Improved UI for CSV/JSON export, closes #266 2018-06-17 23:05:18 -07:00
templates New plugin hook: extra_body_script 2018-08-28 02:02:49 -07:00
views extra_css_urls(template, database, table, datasette) 2018-08-28 11:56:57 +01:00
__init__.py Move version info back to separate module 2018-05-22 12:35:21 -07:00
_version.py Add version number support with Versioneer 2018-05-22 12:35:21 -07:00
app.py extra_css_urls(template, database, table, datasette) 2018-08-28 11:56:57 +01:00
cli.py publish_subcommand hook + default plugins mechanism, used for publish heroku/now (#349) 2018-07-25 22:15:59 -07:00
hookspecs.py extra_css_urls(template, database, table, datasette) 2018-08-28 11:56:57 +01:00
inspect.py Import pysqlite3 if available, closes #360 (#361) 2018-08-15 17:58:56 -07:00
plugins.py Do not show default plugins on /-/plugins 2018-08-28 00:36:22 -07:00
utils.py render_cell(value, column, table, database, datasette) 2018-08-28 03:03:01 -07:00
version.py Move version info back to separate module 2018-05-22 12:35:21 -07:00