Small question for anyone interested…
What’s the best way to sort sub-branches of a TOC by inverse created, without inversing the entire TOC?
I.e.
People
  John A. Doe (Farmer)
  John B. Doe (Theoretical Astrophysicist)
  ...
Journal Entries
  01-12-23 @ 01:45
  01-12-23 @ 01:40
  01-12-23 @ 01:35
  01-12-23 @ 01:30
My only current thought is sorting by something like list-order then using the reverse operator or subfilter maybe…?, but even that I am unsure how to implement 