- Syntax highlighting for todo.txt and done.txt files
- Commands
The current command pallete is:
todo-txt: Toggle Task Completion
: Toggle the completion state of the current task linetodo-txt: Archive Completed Tasks
: Migrate all completed tasks to a done.txt file in the current directorytodo-txt: Reactivate Completed Task
: Move a completed task from done.txt to todo.txttodo-txt: Sort By Project
: Sort the entire file by projecttodo-txt: Sort By Priority
: Sort the entire file by task prioritytodo-txt: Sort By Due Date
: Sort the entire file by due datetodo-txt: Sort By Context
: Sort the entire file by context
Please see todo.txt for full features and functionality of the todo.txt format.
Soon:
- Configurable colors + filename conventions
- Tests!
Minimum Visual Studio Code 1.19, no other dependencies than any basic vscode extension.
No settings at the moment - see Feature Roadmap for the upcoming list of changes/enhancements.
Blank lines may get introduced when reactivating a completed task. Sorting will take care of the blank lines.
See the CHANGELOG.md file for a full changelog list.