Skip to content
Discussion options

You must be logged in to vote

Yes, you can sort child notes in the tree by a custom label! The #sorted label on the parent note (your "Concerts" folder) is the key — unlike #orderBy, it applies to the note tree, not just search results.

Here's what to add to your concerts parent note:

  • #sorted=Date — sorts children by the value of their #Date label [1]
  • #sortDirection=asc (or desc) — controls ascending/descending order [2]
  • #sortNatural — enables natural sort, which handles dates and numbers more sensibly than pure alphabetical [3]

So if each concert note has a label like #Date=2026-02-27, adding #sorted=Date to the parent folder will keep them in date order.

The sorting supports any label name as the sort key — under…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Grayda
Comment options

Answer selected by Grayda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant