todoist import
Import a markdown task to Todoist.
Usage
bash
md2do todoist import <file:line> [options]Options
--project <name>- Target Todoist project (default: configured default project)
Examples
bash
# Import specific task
md2do todoist import tasks.md:15
# Import to specific project
md2do todoist import notes.md:42 --project Personal
# Import from different directory
md2do todoist import ./work/tasks.md:8 --project WorkHow It Works
- Reads the task from the specified line in your markdown file
- Extracts metadata (priority, tags, due date)
- Creates the task in Todoist
- Adds
[todoist:ID]marker to your markdown for future syncs
Related
- Todoist Integration - Setup guide
- Todoist Sync - Bidirectional sync
- Todoist Commands - All todoist commands