neorg
neorg copied to clipboard
Add tag with timestamp for done/cancelled TODO items
Issues
- [X] I have checked existing issues and there are no existing ones with the same request.
Feature description
It would be useful to have some kind of tag with timestamp for finished TODO item, like done
and cancelled
like it's done in orgmode
Here is visualisation of such feature
Help
No
Implementation help
No response
orgmode would create a properties drawer and stash this in there. I wonder if it makes sense for neorg to do something similar
- (x) Milk
@properties
CLOSED: 20223-07-23
@end
- ( ) Other task
Neorg actually has some syntax in place for this! Here's an example:
- (x|@ 2023-03-01) Task done at some date
or, using the Neorg date syntax:
- (x|@ Tue 5th March 19:00) Task done at some date
It wouldn't take long to implement a feature that inserts the current date but I'm super preoccupied so it might take some time before I get back to this. If a substantial amount of time passes then don't be afraid to ping me here because I'll likely forget about it at some point haha
@vhyrro hey any progress on this? I could try and take a look if you have some changes.