🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

todoist-to-md

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

todoist-to-md

Turn your Todoist data into Markdown

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
318
5.3%
Maintainers
1
Weekly downloads
 
Created
Source

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:

  • Configure the .env file with your Todoist key.
  •  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

FAQs

Package last updated on 27 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts