Backlinks API
New backlinks(path) method on the Blink class returns all records that link to or mention a given path.
Added
Blink.backlinks(path)— returns{ linked, mentioned }- linked: ALIAS records whose
content.targetpoints to the path (deterministic, viajson_extract) - mentioned: non-ALIAS records that mention the target's title in their summary (FTS5 soft backlinks)
- linked: ALIAS records whose
findBacklinks()in store moduleBacklinksResulttype export- 8 new tests (550 total passing)
Install
npm install blink-query@2.1.0