Todoist plug

Being a Todoist user along with Silverbullet, and also trying to learn more about Typescript, I wanted a way to see my current tasks in my Silverbullet instance.

So I created a simple Plug that allows basic integration between Todoist and Silverbullet. If you use Todoist and want to give it a try just add the following to your PLUGS file:

github:dklawren/silverbullet-todoist/Todoist.plug.js

Right now you can view tasks, as well as add a new task from Silverbullet directly to your Todoist Inbox. In the future I would like to be able to also complete or edit the tasks remotely as well as possibly importing a list of tasks directly into the current page.

Please let me know if there are any ways that I can improve the current code or if you want to help to contribute new features.

More information, such as the task template I use for queries, can be viewed on the github page.

Thanks

5 Likes

I don’t use todoist anymore, but I like what you’ve done with this integration. Very cool to be use it as a query source!

Thanks. I used your silverbullet-github plug (which I also use) as a reference and starting point.

And the fact that they provide their own official typescript library for accessing the service over REST API was helpful.

1 Like