Skip to content

1.9.0

Choose a tag to compare

@SebastianMC SebastianMC released this 28 Sep 15:07
· 222 commits to master since this release
  • 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