1.0.5 • Published 3 years ago
todoist-to-md v1.0.5
Todoist integration to turn your data into Markdown.
Motivations
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.
Installation
npm install todoist-to-mdUsage
You can find an example of saving your Todoist data into Markdown files under example/to-file.
Run the example:
1. Configure the .env file with your Todoist key.
2. `
ts-node example/to-file/index.ts
```Development and testing
Install dependencies:
npm installTest:
npm testPublishing
Compile TS files:
npm run buildPublish:
npm version [version]
npm publish