Hi Ralph,
I am already using Ctrl-D to enter username and datetimestamp , etc.
But my point is little bit different : have a separation of comments instead, so that we can slice and dice the comments section
Right now in TDL file we have
<COMMENTS> ....
</COMMENTS>
my point is adding something like :
<COMMENTS>
<COMMENT timestamp="3/24/2017 11:17:53 AM">
</COMMENT>
</COMMENTS>
## Advantage ##
1. visual separation in UI
2. Quick deletion of comments made on particular date or timestamp.
3. Better filtering of all tasks updated / commented on particular date.