Todoist integration to turn your data into Markdown.
Take back control over your Todoist data by turning them into an open file format as Markdown. It'll let you use it then in your favorite note-taking app that supports Markdown, e.g. Joplin.
npm install todoist-to-md
You can find an example of saving your Todoist data into Markdown files under example/to-file.
Run the example:
- Configure the .env file with your Todoist key.
-
ts-node example/to-file/index.ts
Install dependencies:
npm install
Test:
npm test
Compile TS files:
npm run build
Publish:
npm version [version]
npm publish