Original: Simon Willison · 24/05/2026
Summary
The release of datasette 1.0a30 introduces a customizable ‘Jump to…’ menu, enhancing user navigation with a new plugin hook for added functionality.Key Insights
“The new jump_items_sql() plugin hook allows plugins to add their own items to the set that’s searched by the plugin.” — Describing the new feature in datasette 1.0a30.
Topics
Full Article
The big new feature in this alpha is a new customizable “Jump to…” menu, described in detail in The extensible “Jump to” menu in Datasette 1.0a30 on the Datasette blog. You can try it out by hitting / on latest.datasette.io - it looks like this: The new jump_items_sql() plugin hook allows plugins to add their own items to the set that’s searched by the plugin.Related Articles
Release: datasette-agent 0.1a4
Simon Willison · reference · 68% similar
Release: datasette 1.0a31
Simon Willison · reference · 67% similar
Release: datasette 1.0a27
Simon Willison · reference · 67% similar
Originally published at https://simonwillison.net/2026/May/24/datasette/#atom-everything.