1.0.5 • Published 1 year ago

todoist-to-md v1.0.5

Weekly downloads
-
License
GPL
Repository
github
Last release
1 year ago

Node.js workflow

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-md

Usage

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 install

Test:

npm test

Publishing

Compile TS files:

npm run build

Publish:

npm version [version]
npm publish
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago