Skip to content

Releases: SebastianMC/obsidian-custom-sort

3.1.2

23 Jan 22:20
Compare
Choose a tag to compare
  1. Support for more formats of dates extraction from titles: \[dd-mm-yyyy] and \[mm-dd-yyyy]
  2. A different error message on mobile when the File Explorer view is not available (e.g. is deferred).

3.1.1

14 Jan 22:00
Compare
Choose a tag to compare

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

06 Jan 12:54
Compare
Choose a tag to compare

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

03 Jan 19:00
Compare
Choose a tag to compare

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

02 Jan 13:10
Compare
Choose a tag to compare

Support for new date format in folder / file names

  • #184: Sort notes in Mmm-dd-yyyy format

2.1.14

20 Sep 16:56
Compare
Choose a tag to compare

Compatibility with Obsidian 1.7.2

  • #160 Plugin broken in obsidian 1.7.2

2.1.13

05 Sep 18:19
Compare
Choose a tag to compare

#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

10 Jul 10:25
Compare
Choose a tag to compare

New syntax for matching dates in specific format: dd-Mmm-yyyy

2.1.11

10 Jun 20:41
Compare
Choose a tag to compare

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

07 Jun 21:50
Compare
Choose a tag to compare

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.