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