Releases: SebastianMC/obsidian-custom-sort
Releases · SebastianMC/obsidian-custom-sort
3.1.2
- Support for more formats of dates extraction from titles:
\[dd-mm-yyyy]
and \[mm-dd-yyyy]
- A different error message on mobile when the File Explorer view is not available (e.g. is deferred).
3.1.1
Date patterns in titles of files and folders - support for more patterns:
- #178 - week number patterns:
\[yyyy-Www]
, \[yyyy-WwwISO]
, \[yyyy-Www (mm-dd)]
. Finetuning with W1-
or W35+
to sort before or after first / last day of specified week
- #191 - plain dates
\[yyyy-mm-dd]
and \[yyyy-dd-mm]
3.1.0
Fully reshaped logic of initial application of custom sorting for compatibility with Obsidian 1.7.2 and newer
- custom sorting is applied automatically after plugin load / start with configured delay (1 second by default)
- the delay is configurable in range from 1 - 30 seconds
- for large vaults, large number of plugins or on mobile the delay might need to be increased to allow successful automatic application of custom sort
- improved plugin state management and notifications
- some more improvements
Obsidian 1.7.2 or newer is required
3.0.1
Dropped support for Obsidian earlier that 1.7.2
- #185
- Obsidian 1.7.2 or newer is required
- no functional changes - feature set is same as in the recent release 2.1.15
2.1.15
Support for new date format in folder / file names
- #184: Sort notes in Mmm-dd-yyyy format
2.1.14
Compatibility with Obsidian 1.7.2
- #160 Plugin broken in obsidian 1.7.2
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
2.1.11
Full compatibility with Obsidian 1.6.3
- #147 A race condition (first observed for Obsidian 1.6.3) could cause the plugin not to apply the custom sort automatically on vault opening / loading or app (re)loading
2.1.10
Minor polishing: let the plugin be a good Obsidian citizen when it gets uninstalled or removed:
#137 - Impose File Explorer refresh with standard Obsidian sorting when the plugin gets disabled or uninstalled.