Skip to content

Releases: SebastianMC/obsidian-custom-sort

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.

2.1.9

14 May 07:10
Compare
Choose a tag to compare

Compatibility with Obsidian 1.6.0

  • #145: 1.6 breaks plugin
  • Obsidian 1.6.0 introduced some internal breaking changes. This release contains the necessary adjustments to the plugin implied by Obsidian 1.6.0

2.1.8

20 Feb 17:34
Compare
Choose a tag to compare
  • #132 - (experimental) support for two new sorting orders: advanced recursive modified and advanced recursive created
    • as their names suggest, they are extensions of advanced modified and advanced created, respectively. Folder modified and created dates are determined by recursively scanning of all descendants
  • removal of experimental not working sorting methods: aaa-z and a-zzz
  • added alias unicode-charcode for the existing vsc-unicode order to be more descriptive for non VSC users

2.1.7

09 Feb 13:24
Compare
Choose a tag to compare

Bugfix for #131 - Obsidian 1.5.4 (insider build) introduced breaking changes around File Explorer JS structure which prevented this custom-sort plugin from working.

  • fix backward compatible with versions earlier that 1.5.4

2.1.5

27 Jan 22:27
Compare
Choose a tag to compare

Two experimental features (they are subject to change or removal, exposed for testing and collecting feedback)

  • aaa-z and a-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

26 Jan 09:57
Compare
Choose a tag to compare

#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 and folders-first to allow explicit controlling of the order, e.g. < a-z, files first

2.1.3

25 Jan 10:02
Compare
Choose a tag to compare

#123 - sorting now uses basename of file (w/o extension) by default (fix of a retro-bug).

  • New syntax a-z. and true a-z. introduced to allow explicitly sorting by filename with ext (new feature)