Datasette 1.0a30: Customizable 'Jump to...' Menu Enhances Navigation
Originally published on Simon Willison's Weblog by Simon Willison
Summary & Key Takeaways
Datasette 1.0a30 introduces a new customizable "Jump to..." menu. Users can activate this menu by hitting the / key. The menu provides quick navigation within Datasette instances. A new jump_items_sql() plugin hook allows developers to extend the menu. This enhances the discoverability and accessibility of data and features. The feature is available for testing on latest.datasette.io.
Our Commentary
I'm always impressed by the thoughtful DX in Datasette. This "Jump to..." menu feels like a small thing, but it's the kind of detail that makes a tool genuinely pleasant to use. We've seen similar patterns in IDEs and command palettes, and it just works. The plugin hook is the real kicker here, opening up so many possibilities for custom workflows. It's a smart move.