todoist-to-md
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i todoist-to-md

Weekly Downloads

3

Version

1.0.5

License

GPL

Unpacked Size

51 kB

Total Files

5

Last publish

Collaborators

  • hjonin