Skip to content

Releases: SebastianMC/obsidian-custom-sort

1.7.0

01 Mar 10:07

Choose a tag to compare

New feature: integration with obsidian-icon-folder plugin:

  • you can now group folders and files based on the presence and/or name of icon configured using that plugin
  • More details in #60

1.6.3

15 Feb 21:40

Choose a tag to compare

Bugfix: #58 - Some target-folder: get ignored when sorting specs are read from two or more notes (bug was introduced in 1.6.0)

1.6.2

11 Feb 16:42

Choose a tag to compare

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

1.6.1

10 Feb 12:41

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

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

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

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

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

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

Choose a tag to compare

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