Updated Sorting (markdown)

zadam 2022-08-07 23:29:38 +02:00
parent da6ccc6a33
commit 76d38083e4

@ -13,7 +13,6 @@ Sorting works by comparing note property or a specific label on the child notes.
There are 3 sorting levels, where the first one has the highest priority and the second (respectively the third) will be applied only if the 2 compared notes are equal based on higher priority comparison.
1. implicit sorting by `#top` label - child notes with this label will appear on the top of the folder.
a) in case you have more child notes
2. sorting by child's property or a specific label defined on the parent note's `#sorted` label
a) parent note has `#sorted` with no value - by default sorting will be done alphabetically
b) parent note has `#sorted=title` or `#sorted=dateModified` or `#sorted=dateCreated` - sorting will be done based on the defined note's property