Skip to content

[Bug?] The same incorrect sorting syntax doesn't raise syntax error when specified at folder level #231

@SebastianMC

Description

@SebastianMC

Compare these two examples of invalid syntax:

---
sorting-spec: |
  target-folder: dummy
    > modified, created
---
---
sorting-spec: |
  target-folder: dummy
  > modified, created
---

The latter doesn't generate syntax error.
Investigate if the secondary sorting in that case is ignored, parsed incorrectly or maybe parsed with some default assumption of the secondary order?

Metadata

Metadata

Assignees

Labels

InvestigationNeed to examine what hides under the hood

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions