-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add timestamp if checkbox is created #17
Comments
I have add the following code to local copy to solve this issue by myself, thanks.
|
@fujohnwang thank you for letting me know that you've fixed the issue for yourself. Would you like to create a pull request with your changes? Then I could take a look and include it to this extension 🙂 I could also add an option which could enable/disable this feature through the user settings 👍 |
@PKief sorry, I just modify the local source code under ~/.vscode, since I don't have enough skills on vscode extension dev, I have simply browsed the source and add date string under: if(!r(s))e.edit(e=>{e.insert(new o.Position(s.lineNumber,a.pos),(t&&!a.bullet?n+" ":"")+"[ ] "+(new Date().toISOString().split('T')[0])+"-> ")})})
I think, if you can provide config options for the date format and disable/enable, that will be great for all extension users ;0) |
complete action has a timestamp, but there is no timestamp when the checkbox is created.
if a create tmestamp is there , I can roughly know how long the TODO item take.
I am not a JS developer, so if this feature can be done, that will be great ;)
The text was updated successfully, but these errors were encountered: