Skip to content

Commit 7673744

Browse files
committed
Update of README.md to reflect most recent state of the plugin and its features
1 parent 7f648ff commit 7673744

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ The list of automatic sorting orders includes:
165165
- `files-first` or `folders-first` - self explaining
166166
- `vsc-unicode` or `unicode-charcode` - tricky for geeks
167167
- `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
168169
- `,` separator to specify two levels of sorting. When combining folder-level and group-level sorting this allows for up to 4 sorting levels
169170
- `advanced recursive modified` or `advanced recursive created` - a more verbose names for `advanced modified` and `advanced created`
170171

@@ -173,8 +174,13 @@ The list of automatic sorting orders includes:
173174
- `\R+`, `\.R+` or `\-R+` for Roman numbers
174175
- `\d+`, `\.d+` or `\-d+` for plain numbers or compound plain numbers
175176
- `\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
177178

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.
178184

179185
## Manual sorting
180186

0 commit comments

Comments
 (0)