Views and search
Intabula shows a collection as a sortable, filterable table or a Kanban board grouped by a select field. Views can be saved to the sidebar — by you, or by the agent when you ask for one in a sentence.
Table and Kanban
The table view shows records as rows with their typed fields as columns — sort and filter on any of them. The Kanban view groups records by a select field, such as a status. Both are lenses over the same Markdown files; clicking a card or row opens the full note.
Saved views
A configured view — collection, filters, sort, grouping — can be saved to the sidebar and reopened any time. The agent creates them with the create_view operation, so "show me a board grouped by status" becomes a permanent entry, not a one-off answer. A Home view collects your starting points.
Full-text search
Search covers titles, frontmatter fields, and note bodies across the whole vault, and it is accent-insensitive: searching "Lodz" finds "Łódź". The command palette (⌘K) reaches records, collections, and views from the keyboard. The agent uses the same index through search_vault.
Backlinks
Every wikilink is indexed both ways. "What links here" is available in the UI for any record — and to the agent as the get_backlinks operation, so it can trace relationships before renaming or reorganizing.