Hi,
A filter outputs tiddlers x, y, z and I want to sort them.
Not by their title or by any field, but by the output of a macro applied to each of them, in my case a macro that returns the breadcrumbs of a tiddler.
Example of desired sorted output for tiddlers x y and z:
path > to > y
qath > to > too > tooo > z
rath > za > ze > x
(which is sorted alphabetically by breadcrumbs, and not by tiddlers titles)
I first thought I'd run two list loops :
- first one assigns the breadcrumbs value of the tiddlers in a dedicated field in that tiddler
- second one outputs the field : ....get[dedicated_field]sort[] , and done !
Unfortunately I don't know the mechanism to write the first loop.
Is it possible ?
Best,
E.