Skip to content

v2.1.0

Latest

Choose a tag to compare

@arpitnath arpitnath released this 12 Apr 20:12
f8ff614

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.target points to the path (deterministic, via json_extract)
    • mentioned: non-ALIAS records that mention the target's title in their summary (FTS5 soft backlinks)
  • findBacklinks() in store module
  • BacklinksResult type export
  • 8 new tests (550 total passing)

Install

npm install blink-query@2.1.0