Skip to content

Releases: SebastianMC/obsidian-custom-sort

2.1.0

13 Nov 14:51
Compare
Choose a tag to compare

Changed the sorting behavior for items with undefined attributes:

  • sorting by bookmarks, item w/o bookmark status pushed to the bottom in both: asc and desc orders
  • sorting by metadata, item w/o relevant metadata pushed to the bottom in both, asc and desc orders
  • sorting by creation or modification date, advanced mode: empty folders (or folders having only folder children) are pushed to the bottom, regardless of asc or desc order

2.0.2

23 Oct 09:56
Compare
Choose a tag to compare

New feature: support for drag and drop ordering of File Explorer items via Bookmarks integration

2.0.1

23 Oct 09:50
Compare
Choose a tag to compare

New feature: support for drag and drop ordering of File Explorer items via Bookmarks integration

1.9.2

29 Sep 20:14
Compare
Choose a tag to compare

Bugfix for broken integration with other plugins in 1.9.0. Now it works again.

1.9.0

28 Sep 15:07
Compare
Choose a tag to compare
  • multi-level sorting support added, the syntax is to use comma to separate the 2nd level:
    • e.g.: < a-z by-metadata: date, > a-z by-metadata: time
  • support to derive the order currently set in Obsidian UI and apply it to a subset of items in a folder
    • the syntax is: sorting: standard or sorting: ui selected (both are equivalent)
  • more fine-grained messages for syntax errors in sorting order specification
    • instead of the generic message like:
      • 7:InvalidAttributeValue Invalid value of the attribute ">"
  • you will see now:
    • 7:InvalidAttributeValue Secondary sorting order contains unrecognized text: >>> sorting <<<, or
    • 7:InvalidAttributeValue Secondary sorting order contains unrecognized text: >>> : <<<,
    • or similar
  • refactoring for more readable and more concise code
  • bug fixes

1.8.2

01 Jul 20:29
Compare
Choose a tag to compare

New feature: basic macros support

  • initially only parent folder name placeholder, useful in wildcard-based target-folder: scenarios, details in comments under #79
  • from user perspective it can be used to consciously position the folder notes in folders (if folder notes are not hidden)

1.7.2

03 Apr 17:20
Compare
Choose a tag to compare

Bugfix: #72 < advanced created sorting method didn't work correctly

1.7.1

07 Mar 18:12
Compare
Choose a tag to compare

Added support for two new sorting / grouping symbols (#67):

  • \a+ to match any ASCII word
  • \A+ to match any modern language word

1.7.0

01 Mar 10:07
Compare
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
Compare
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)