A todoist
integration with org-agenda
.
There are many existing emacs plugins for todoist. So why write a new one?
Packages like emacs-todoist require interaction with a transient buffer in order to interact with a task, and has “Today” overlapping with project tasks, which would show repeated entries on org-agenda
.
While packages like org-todoist which parses org files utilise third party dependencies like ruby or python.
I’m seeking to build a package with only elisp dependencies, that would synchronize tasks based on file saving operations.