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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,7 @@ The list of automatic sorting orders includes:
165
165
-`files-first` or `folders-first` - self explaining
166
166
-`vsc-unicode` or `unicode-charcode` - tricky for geeks
167
167
-`by-metadata:` modifier to use specific metadata for sorting
168
+
-`using-extractor:` in connection with `by-metadata:` to use only part of metadata value, for example a date in specified format
168
169
-`,` separator to specify two levels of sorting. When combining folder-level and group-level sorting this allows for up to 4 sorting levels
169
170
-`advanced recursive modified` or `advanced recursive created` - a more verbose names for `advanced modified` and `advanced created`
170
171
@@ -173,8 +174,13 @@ The list of automatic sorting orders includes:
173
174
-`\R+`, `\.R+` or `\-R+` for Roman numbers
174
175
-`\d+`, `\.d+` or `\-d+` for plain numbers or compound plain numbers
175
176
-`\a+` to extract the last word from title
176
-
-`\[yyyy-mm-dd]`, `\[yyyy-dd-mm]`, `\[dd-Mmm-yyyy]`, `\[Mmm-dd-yyyy]`, `\[yyyy-Www (mm-dd)]`, `\[yyyy-Www]` or `\[yyyy-WwwISO]`
177
+
-`\[yyyy-mm-dd]`, `\[yyyy-dd-mm]`, `\[dd-Mmm-yyyy]`, `\[Mmm-dd-yyyy]`, `\[yyyy-Www (mm-dd)]`, `\[yyyy-Www]` or `\[yyyy-WwwISO]` to extract dates in various formats
177
178
179
+
## Sorting by note name and note name with file extension
180
+
181
+
If a folder contains files of various types, e.g. images and .md notes you can extend
182
+
the sorting rules onto file name extensions and, for example, push JPG files before PNG.
183
+
Use the `a-z.` or `true a-z.` syntax to enable that behavior for alphabetical or true alphabetical order.
0 commit comments