TaskdownVS Code commands for working with Taskdown Markdown files. DonePlace the cursor on an unchecked Markdown task and run Taskdown: Done from
the Command Palette. The default shortcut is Supported task forms include:
New TaskRun Taskdown: New Task or press H2Place the cursor on a checklist task inside a SynchronizationRun Taskdown: Set Todoist API Key once to store the API key in VS Code's SecretStorage. Taskdown checks the key with a read-only Todoist request before storing it. Run Taskdown: Check Todoist API Key to check the currently stored key without changing it. Saving a Markdown document syncs that file to Todoist. The extension also pulls Todoist changes when the VS Code window regains focus, with a five-minute minimum interval. Run Taskdown: Sync from Todoist to pull immediately. Pulling is skipped while the workspace contains unsaved Markdown. Synchronization writes are saved through VS Code's normal save pipeline. To format them with the configured Markdown formatter, enable format on save:
Automatic behavior can be configured with Open the Taskdown channel in the Output panel to inspect synchronization starts, results, skipped operations, missing API key notices, and errors. API key values are never written to the channel. For difficult synchronization investigations,
DevelopmentFrom the repository root:
Run |