jplattel / obsidian-query-language

An Obsidian plugin allowing you to query your notes
176 stars 6 forks source link

Sort by title doesn't seem to do anything. #45

Open tyson-nw opened 12 months ago

tyson-nw commented 12 months ago

I have a query and it doesn't sort alphabetically by the title.

query: "'#definition"
template: "list"
format: "{title}"
sort: "title"
includeCurrentNote: false

If I change the sort to sort: "-title" it sorts ascending but sorts capitalized titles then lowercase ascending alphabetically.