forked from davraamides/todotxt-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
10 lines (10 loc) · 923 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
Add option for a notes folder to put task notes in (and hover will look locally at that folder, too) +Note
color preferences only take effect after reload - see how to make them more dynamic +Bug
move from inbox.txt to to a project file or create a Project.md +File
iterate through all projects for reviewing (and other files). Maybe something in project files where I use MD meta data at the top to show last reviewed so the review process can just show me what needs to be reviewed?
write test cases for decorators (how?) +Test
write test cases for line commands +Test
write test cases for file commands +Test
replace use of Node.js 'fs' namespace with new extension vscode.workspace.fs API: https://github.com/microsoft/vscode-extension-samples/tree/master/fsconsumer-sample
learn how to bundle extension: https://aka.ms/vscode-bundle-extension
learn how to exclude unnecessary files: https://aka.ms/vscode-vscodeignore