Pong420 / google-tasks-desktop

Unofficial Google Tasks Desktop Client
MIT License
138 stars 16 forks source link

Change order of lists #72

Closed joaonunatings closed 3 years ago

joaonunatings commented 3 years ago

I found about _tasklistorder.json but can't seem to get it to work or if it has any effect.

Pong420 commented 3 years ago

Where do you found the tasklist_order.json? As my understanding the google api does not provide an api to change the order of task lists https://developers.google.com/tasks/reference/rest/v1/tasklists

joaonunatings commented 3 years ago

In my case it's in $HOME/.config/google-tasks-desktop/google-tasks-desktop

There's also preferences.json which allows me to change in-app Preferences and this one actually works.

The order of the lists in this app is not the same in the official Google Tasks so I was ondering if this _tasklistorder.json is some local/offline preference you can change.

Pong420 commented 3 years ago

I got it. The tasklist-order.json identifies which task-list ordering is using sort by date. I may try to add features later if the implementation is not too difficult

joaonunatings commented 3 years ago

Ok, closing