You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2026. It is now read-only.
Enable inter-note connectivity through mentions, backlinks, and relation properties.
Tasks
@mention a page inside the editor (custom BlockNote inline content type)
Autocomplete dropdown when typing @ with page search
Backlinks panel: "Pages that link to this page"
Store links in the existing links table on save
Auto-update links when pages are renamed or deleted
Relation property type for databases (link rows to pages in other databases)
Visual distinction for mentions vs regular text (chip/tag style)
Context
The links table is already defined in the schema with sourcePageId, sourceBlockId, targetPageId, and type (mention/link/relation). Just needs API routes and editor integration.
Summary
Enable inter-note connectivity through mentions, backlinks, and relation properties.
Tasks
@mentiona page inside the editor (custom BlockNote inline content type)@with page searchlinkstable on saveContext
The
linkstable is already defined in the schema withsourcePageId,sourceBlockId,targetPageId, andtype(mention/link/relation). Just needs API routes and editor integration.