Set completion timestamp when modifying tasks
See original GitHub issueDescribe the solution you’d like
Currently, marking a checkbox as completed from a Dataview appends [completion:: todays-date]
. For my workflow, I like to estimate the time tasks take, and mark the completion time of them to see how long it actually took.
For me, I’d like to be able to configure the auto-completion further to add the timestamp [completion:: todays-date timestamp:now]
Describe alternatives you’ve considered Due to no text editing allowed within the Dataview, I have to navigate to the note where the checkbox is and add the time completion myself.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Adding a date and time stamp when a task is completed.
You can add a custom field on Task object with datatime data type. i.e we call it "completedDateTime". Then use the trigger to...
Read more >How to Automatically insert Timestamp in Excel - Office 365
To automatically insert the timestamp into a cell in Excel there is a smart technique using circular reference. You can insert the timestamp...
Read more >Google Sheets - Create an Interactive Task List with Timestamps
Create a to-do list in Google Sheets that formats tasks with a strike-through automatically when a checkmark is clicked and then stamps the ......
Read more >TimeStamp on Individual Field Modification - Claris Community
The goal is the have individual timestamps for each task to capture the date and time the task was completed. No other field...
Read more >Insert a Timestamp in Excel [Formula + VBA + Shortcut]
Puneet, I'm managing a list of tasks and I want to add date and time in the corresponding cell on completion of each...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mt-krainski templating solution has merged and I’ll release it after testing it works this evening - this lets you use luxon templating which includes being able to set timestamps up to the millisecond.
@dmastylo, do I understand correctly that you want the the
completion
field to include not only the date but also the time?