neorg icon indicating copy to clipboard operation
neorg copied to clipboard

Add tag with timestamp for done/cancelled TODO items

Open RayJameson opened this issue 1 year ago • 3 comments

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 image

Help

No

Implementation help

No response

RayJameson avatar Jul 06 '23 16:07 RayJameson

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

skbolton avatar Jul 23 '23 21:07 skbolton

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 avatar Aug 01 '23 13:08 vhyrro

@vhyrro hey any progress on this? I could try and take a look if you have some changes.

sahinf avatar Oct 25 '23 03:10 sahinf