Since I use Streams my primary tiddlers (the ones I take notes in) don’t actually contain any text, and are really just a set of sub-tiddlers with the prefix streams/
. Because of this I have a special function that I use to get the backlinks for a list of tiddlers:
[!is[system]backlinks[]prefix[streams/]get-stream-root[]]
I would like to change the prefix that I use from streams/
to $:/streams/
. But the problem is that backlinks[]
doesn’t include system tiddlers.
Is there any way to rewrite my function to work with system tiddlers? I know that Relink has a backreferences[] operator, but this is not suitable as it returns more than just backlinks.