Release: datasette 1.0a30

TL;DR · AI Summary
Datasette 1.0a30 introduces a customizable "Jump to" menu for improved navigation and plugin extensibility.
Key Takeaways
- New "Jump to" menu triggered via keyboard shortcut / improves database browsing
- Supports jump_items_sql() plugin hook allowing developers to customize searchabl
- Feature is live at latest.datasette.io with animated preview available.
Outline
Jump quickly between sections.
Datasette 1.0a30 introduces a new customizable jump-to menu feature.
The new jump_items_sql() hook enables plugins to add custom items to the search index.
Mindmap
See how the topics connect at a glance.
查看大纲文本(无障碍 / 无 JS 友好)
- Datasette 1.0a30
- Jump to Menu
- Keyboard Shortcut: /
- Filter Databases & Tables
- Plugin Hook
- jump_items_sql()
Highlights
Key sentences worth saving and sharing.
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.
The big new feature in this alpha is a new customizable 'Jump to...' menu.
Warning: This page maybe not yet fully loaded, consider explicitly specify a timeout. Warning: This is a cached snapshot of the original page, consider retry with caching opt-out.
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.