Skip to content

Releases: SebastianMC/obsidian-custom-sort

1.6.2

11 Feb 16:42
Compare
Choose a tag to compare

Minor: mobile-specific tweaks, e.g. new ribbon icon and documentation updates

1.6.1

10 Feb 12:41
Compare
Choose a tag to compare

Allow for different folder note naming scheme when reading sorting specs from folder notes

1.6.0

07 Feb 20:47
Compare
Choose a tag to compare
  • New feature for advanced users: support for regular expressions in specifying the target folder(s) for custom sorting
  • New feature: support for using a folder name only to specify the target folder(s) for custom sorting
  • update of relevant documentation: Options for target-folder: matching

1.5.0

03 Jan 18:21
Compare
Choose a tag to compare
  • new feature: support for matching of starred items
    • allows easy pushing of starred items to the top in File Explorer (a simplest usage scenario)
  • more user friendly handling of the condition when the File Explorer is not available (disabled)
    • new dedicated icon plus detailed error message in the console

1.4.0

18 Dec 19:18
Compare
Choose a tag to compare

New feature: support for simple explicit regexp-alike expressions.
The \d or \[0-9] matches a single digit

1.3.0

06 Dec 07:54
Compare
Choose a tag to compare

A couple of minor and advanced enhancements:

  • more human-friendly: accept both sortspec and sortspec.md notes in scanning for custom sorting specifications
  • advanced feature: ability to assign evaluation priorities to sorting groups (new operators: /! /!! /!!!)
  • advanced feature: ability to combine sorting groups (new /+ operator introduced)
    • documentation pending for this feature

1.2.0

12 Nov 15:23
Compare
Choose a tag to compare

Major new feature added: ability to group and sort by notes and folders metadata fields. This opens a whole new area of possibilities of arranging items in File Explorer.

1.1.0

09 Nov 23:33
Compare
Choose a tag to compare

Added suport for intentional pure alphabetical sorting, which is different from the default A-Z representing the natural ordering.

1.0.3

03 Nov 09:27
Compare
Choose a tag to compare

Fixed a minor bug of ribbon icon state not reflecting the actual state of the plugin in some scenarios

1.0.2

13 Oct 07:42
Compare
Choose a tag to compare

Improved handling of the plugin setting for designated note containing sorting specification (made it less confusing and more human friendly)