Changelog
Achievements, a keyboard-driven table, and n8n on the v2 API
Ragextract opened to everyone on 7 September: anyone can now create an account. This is the first changelog, covering that week. From here on, a new one goes out each Monday for the week before.
Achievements for exploring what Ragextract can do
Your organisation now earns achievements as it tries what Ragextract can do — making a bundle, using all eight column types, answering in another language, bringing in a colleague, connecting an AI assistant over MCP. Most reward trying a feature once rather than using it more, so they point at the parts of the product you may not have found yet; a few mark pages read.
Everything your organisation has already done counts. The newest appear on your home page, and the full list, with what earns each one, is under Settings → Achievements. Every member of the organisation can see it.
Work a table from the keyboard
A table can now be worked without reaching for the mouse:
- Arrow keys move between cells, Shift + arrows extend a selection, x selects a row.
- Enter edits a cell, Space opens its citations, Cmd + C (Ctrl + C) copies the selection as CSV.
- Cmd + Enter (Ctrl + Enter) runs the cells you have selected.
- n r, n c and n t add a row, a column or a table; / filters rows.
Press ? in any workspace, or use the keyboard button in its header, for the full list. Shortcuts for actions your access does not allow are not listed and do nothing.
Two shortcuts have changed, because the old ones collided with the browser on Windows and Linux: the files panel is now f (it was Ctrl + F, which is the browser's Find), and switching tables is Alt + 1–9 or [ and ] (it was Ctrl + 1–9, which Chrome keeps for its own tabs).
The n8n node moves to the v2 API
Version 0.2.0 of the n8n community node, n8n-nodes-ragextract, is rebuilt on Ragextract's v2 API. Tables, table runs and bundles are available in n8n for the first time, alongside workspaces and files, and the node authenticates with a personal API key.
This is a breaking change. Every operation now takes a workspace, the old Dataset resource is
now File, and output is no longer wrapped, so an expression like {{ $json.data.id }} becomes
{{ $json.id }}. Existing Ragextract nodes in your workflows need reconfiguring after you upgrade.
Setup, the credential and every operation are on the n8n page.
Sign up and get around on a phone
Creating an account no longer needs a laptop. Onboarding is a single column on a phone, with the Next button always in reach, and tapping into a field on an iPhone no longer zooms the page.
On a narrow screen, the sidebar now opens from a menu button at the top of the page instead of sitting beside the content. Building and reading tables is still best on a larger screen.