[tw5] Re: Retrieving the number of link paths to a tiddler

2021-08-08 Thread Soren Bjornstad
Thanks Tones! Looks like I may have been overthinking this – just :filter, working backwards from the match found and seeing when you hit the current tiddler, is sufficient: \define xcor-sort() [backlinks[]tag[Use]] :filter[links[]field:title] +[count[]] \define xcor-count()

[tw5] Re: Retrieving the number of link paths to a tiddler

2021-08-07 Thread TW Tones
Soren Without working through this requirement of yours, I suspect some of the code patterns in my recent reply to another thread could help you. 1. Your could make a list of all tiddler links (as a variable) without