Getting Started
Wellcome to todonotion Get Started page!
todonotion is a terminal based app that uses the Notion.so Task List to replicate the Kanban board for To Do, Doing and Done.
You can create, list, move and delete cards without leaving the terminal! And using the Notion.so page as a database, which is the core and the bonus of our utilitary!
You can find all detais in our installation guide on
page. Please go there!
First of all, duplicate this task list template into your notion workspace, we will use it to speed up our setup.
The duplicate button may appear in top-right corner.
We also need the following environment variables:
- NOTION_KEY
- NOTION_DATABASE_ID
Follow the step1 this guide to claim your NOTION_KEY and follows the step2, but instead of creating some new database, uses the database that you create from our duplicated template.
Now that you have them, export the variables:
export NOTION_KEY=<your secret>
export NOTION_DATABASE_ID=<your database created above>
That’s enough to get todonotion
working like a charm.