Todoist Sync Plugin (v1.8.0)

Hello @jamiebrynes7 thanks for creating this amazing plugin. Is there a way I can create tasks using your plugin ( the smart way the todoist renders ) for eg : #personal would create tasks into personal project. Currently I am dragging my mouse to select individual items.

Hello there,
I installed the ToDoIst plugin in Obsidian and got the API key link from the link in the plugin at the top of the page (here a little pseudonymized: https://ext.todoist.com/export/ical/todoist?user_id=703ZZZZ&ical_token=1dbb400090e21dc17eb57d4939b856188ea364f798a8b9886d93070b552fb3YYYY_factor=XXXX) and copied it into the API field. So far, there can’t really be any mistakes.

But with the following code in an Obsidian file:

todoist
{
"name" : "Alle Tasks", 
"filter" : "heute | ĂŒberfĂ€llig"
}

I get - after restarting Obsidian - the following error message:
»The Todoist API request is missing or has the incorreect credentials. Please check the API token in the settings.«
First I thought it’s the german language in the filter, but the message refers clearly to the API.
I have no idea where to search the mistake.

Someone any idea?