You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`< modified` - by modified time, the long untouched item goes first (modified time of folder is assumed the beginning of the world, so folders go first and alphabetical)
17
+
-`> modified` - by modified time reverse, the most recently modified item goes first (modified time of folder is assumed the beginning of the world, so folders land in the bottom and alphabetical)
18
+
-`< created` - by created time, the oldest item goes first (modified time of folder is assumed the beginning of the world, so folders go first and alphabetical)
19
+
-`> created` - by created time reverse, the newest item goes first (modified time of folder is assumed the beginning of the world, so folders land in the bottom and alphabetical)
20
+
-`< advanced modified` - by modified time, the long untouched item goes first. For folders, their modification date is derived from the most recently modified direct child file.
21
+
For extremely large vaults use with caution, as the sorting needs to scan all files inside a folder to determine the folder's modified date
22
+
-`> advanced modified` - by modified time reverse, the most recently modified item goes first. For folders, their modification date is derived from the most recently modified direct child file.
23
+
For extremely large vaults use with caution, as the sorting needs to scan all files inside a folder to determine the folder's modified date
24
+
-`< advanced created` - by created time, the oldest item goes first. For folders, their creation date is derived from the oldest direct child file.
25
+
For extremely large vaults use with caution, as the sorting needs to scan all files inside a folder to determine the folder's created date
26
+
-`> advanced created` - by created time reverse, the newest item goes first. For folders, their creation date is derived from the newest direct child file.
27
+
For extremely large vaults use with caution, as the sorting needs to scan all files inside a folder to determine the folder's created date
28
+
29
+
#### At group level only (aka secondary sorting rule)
30
+
31
+
> Only applicable in edge cases based on numerical symbols, when the regex-based match is equal for more than one item
32
+
and need to apply a secondary order on same matches.
0 commit comments