Todoist Plugin - Sorting Syntax

I have been trying to get the sorting portion of the Todoist plugin working, but I am having issues. I have used the following syntax which I thought to be correct, but it is creating a JSON error. Any thoughts?

{
"name": "Today's Focus",
"filter": "today | overdue"
"sorting": ["daily", "priority"]
"group": true
}

Things I have tried

What I’m trying to do

I was missing a comma. Solved it.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.