Releases: SebastianMC/obsidian-custom-sort
Releases · SebastianMC/obsidian-custom-sort
2.1.14
2.1.13
#156 - improved support for index-note-based folder notes
- metadata of index-note-based folder notes are treated as parent folder metadata and can be used for sorting, if configured in the updated settings window
- backward compatible, no config changes required if no need to take advantage of the new feature
2.1.12
New syntax for matching dates in specific format: dd-Mmm-yyyy
- #151 - Sort notes in dd-Mmm-yyyy format
- usage example in a comment under 151
2.1.11
2.1.10
2.1.9
2.1.8
- #132 - (experimental) support for two new sorting orders:
advanced recursive modified
andadvanced recursive created
- as their names suggest, they are extensions of
advanced modified
andadvanced created
, respectively. Folder modified and created dates are determined by recursively scanning of all descendants
- as their names suggest, they are extensions of
- removal of experimental not working sorting methods:
aaa-z
anda-zzz
- added alias
unicode-charcode
for the existingvsc-unicode
order to be more descriptive for non VSC users
2.1.7
2.1.5
Two experimental features (they are subject to change or removal, exposed for testing and collecting feedback)
aaa-z
anda-zzz
sort orders (uppercase first, alphanumeric order and lowercase first, alphanumeric)vsc-unicode
sort order, which is equivalent to what VS Code refers to as 'unicode' sorting (which name is arbitrary and confusing, yet familar to VS Code users)
2.1.4
#126 - Allow to eliminate the ambiguity of four dots ....
- by default
....
means three-dots (a wildcard) with trailing dot - use
./...
syntax to impose leading dot followed by three-dots (the wildcard)
#127 - support for scenarios when file basename and folder name are the same and their relative order is undetermined by other sorting criteria (e.g. by modified / created dates)
- by default the last-resort last-level implicit sorting gives priority to a file in the described case
- new syntax introduced
files-first
andfolders-first
to allow explicit controlling of the order, e.g.< a-z, files first