How to cross reference within canvas?

I am used to referring within a file to its fragments via an anchor link or a named link (it’s created using the ^ symbol) and via a hash link or a fragment identifier link (It is created by using the # symbol).

For example, I just need to add a [[^fragment]] link inside the file to move to and highlight another piece of ^fragment text in the file.

I expected similar behavior from canvas. So that I could refer to other independent nodes in the file without directly pointing to them using edges between (node-to-node).

What should I do? I want to reference other nodes by click on their internal text for automatically scrolling to another text in another nodes (as implemented in maps).