-
Move the API token to its own file and read that instead of the `authToken` variable in data.json.
At least this would make it easier for me to use the [Obisdian-Git](https://github.com/denolehov/o…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if the plugin also showed completed tasks, so I can have a log of the completed tasks for a certain project
**D…
-
Getting the following when running
```
python3 autodoist.py -a *** -l next -hf 2
2023-01-24 12:56:47 INFO You are running with the following functionalities:
Next action labelling mode:…
-
It seems that newer versions of this script always set a due date, without the option to leave one off. It _seems_ it should be possible according to the Todoist API: https://todoist.com/API/#Passing%…
radix updated
9 years ago
-
```
D:\>todoist -v
todoist version 0.20.0
```
```
D:\>todoist list
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x30 pc=0x70374b]
…
rwp0 updated
11 months ago
-
Every few years I come back to this and find it broken by deprecation. The code now needs to be updated to use either the Sync API v9, which doesn't have an official Python package, or the new REST A…
-
Hello,
I have been working on a python sync script to sync Todoist and Canvas tasks, which has been working quite well.
Today I got busy trying to code some additional features into my script, a…
-
## What I want to do
- Click on "create todoist task" and a task with that paper is added to my todoist inbox.
## Issue
- I've install the plugin but when pressing "create todoist task" nothing …
-
**Describe the bug**
When I have a filter for projects and sub-projects (see below), certain tasks in certain sub-projects appear but not in other sub-projects. It does not seem to be related to the …
-
The script fails with:
```
Traceback (most recent call last):
File "./todoutil.py", line 19, in
send_to_todoist(api_token, path)
File "./todoutil.py", line 8, in send_to_todoist
apiHelp…