Releases: SebastianMC/obsidian-custom-sort
1.1.0
Added suport for intentional pure alphabetical sorting, which is different from the default A-Z representing the natural ordering.
1.0.3
Fixed a minor bug of ribbon icon state not reflecting the actual state of the plugin in some scenarios
1.0.2
Improved handling of the plugin setting for designated note containing sorting specification (made it less confusing and more human friendly)
1.0.1
Reaching the official community plugins list at https://obsidian.md/plugins deserves a dedicated release :-)
0.8.4
Enabled one-liner custom sorting specifications
0.8.3
Introduced normalizePath(...)
when consuming a path to note in plugin settings
0.8.2
Code cleanup resulting from Obsidian team review of pull request to Community Plugins list
0.8.1
0.8.0
A major new feature added: modification and creation time for folders is derived from their files (immediate children) to support sorting by modification and creation date also for folders. New explicitly named sorting types introduced for that purpose, e.g. advanced modified
on top of the preexising modified
#13 Sort by modification date, treating folder and files equally