delashum / obsidian-checklist-plugin

MIT License
376 stars 39 forks source link

Separated Group and Item sorting into different settings #105

Closed ernstnaezer closed 2 years ago

ernstnaezer commented 2 years ago

This PR allows Groups and Items sort settings to be different.

Currently the Group Sort controls both, making it impossible to sort Group z -> a and Items New -> Old. Since groups can't be sorted New -> Old anyways, it sense to split them.

See #106

delashum commented 2 years ago

Why are there so many changes to package-lock.json?

ernstnaezer commented 2 years ago

Why are there so many changes to package-lock.json?

Oh that is my mistake, thanks for noticing! I had some issues running npm install, that's why I deleted the file and forgot about it when I made the commit/PR. I've removed these changes from the commit.

delashum commented 2 years ago

lgtm! Thanks for adding this, I think it's a good change. closes #106