T
traeai
Sign in
返回首页
Simon Willison's Weblog

Release: datasette 1.0a30

7.5Score
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.

  1. Datasette 1.0a30 introduces a new customizable jump-to menu feature.

  2. Triggered by pressing / key, supports dynamic filtering of databases, tables, and debug options.

  3. 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.

#Datasette#Database#Web Tool#Plugin System
Open original article

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:

Image 1: Animated demo - the Jump to menu appears, and as the user types it filters to specific databases and tables and debug options

The new jump_items_sql() plugin hook allows plugins to add their own items to the set that's searched by the plugin.

AI may generate inaccurate information. Please verify important content.