My goal is to split the Udemy courses into digestible chunks for myself and to add those tasks into my system in Todoist. However, I am just too lazy to create multiple tasks on Todoist one by one.
This is a simple console program, not a webscraper.
Udemy already has checkboxes, why?
Because I want the checkboxes incorporated into my Todoist system, not on Udemy.This program uses inquirer to get the section and range as questions on the console. Then prints out the result you can copy and past.
- download this project
- run
npm install - run
node index.js - answer the following questions
// Here is an example
{
"section": "37",
"start": "322",
"end": "328"
}Adding multiple tasks in Todoist may be slow.
You want to make every section and subsection in Udemy as a task in Todoist.
However, you are too lazy to write tasks one by one.
With this simple app you just need to answer a few questions and you can copy and paste the output into Todoist.
Answer the questions
Copy the output
Create a subtask
Paste the tasks and add as multiple
Here is what the result looks like






