WBT 2.80 Alpha released.
WB-Timer 2.80 Alpha - Fixes/Enhancements
Objective: Consolidate delimited files for future review and analysis.
* Based on Preference settings and actions, three files are created/updated by WBT.
A) "Start New Task":
A1) info saved to "TaskWorkLog.txt", delimited format.
a1) Optional (ToDoList):
a1a) New task (to be worked on Now) with info saved to selected TDL file.
a2b) TDL timer started.
B) "Capture New Task/Idea"
B1)info save to "TaskIdeaCapture.txt", delimited format.
b1) Optional (ToDoList):
b1a) New task/idea (to be reviewed/worked on later) with info saved to selected TDL file.
a2b) TDL timer NOT started.
C) "Master Task Journal" - When enableded in Preferences:
C1) info saved to "TaskMasterJournalLog.txt", delimited format.
C1a) saves both new task ("Start New Task") or task/idea for future review/work ("Capture New Task/Idea")
Note: "TaskMasterJournalLog.txt" contains an additional delimiter to identify whether task entered is "Active" (to be worked on now) or not.
"1" = Yes, "0" = No.
* To facilitate data manipulation, outside of this app, date/time variables have been normalized (sort of):
FormatTime, Day ,, dddd
FormatTime, Date ,, yyyy.MM.dd
FormatTime, Time ,, HH:mm:ss
dddd = Full name for the day of the week (e.g. Monday) in the current user's language
yyyy = Year with century. For example: 2005
MM = Month with leading zero (01 – 12)
dd = Day of the month with leading zero (01 – 31)
HH = Hours with leading zero; 24-hour format (00– 23)
mm = Minutes with leading zero (00 – 59)
ss = Seconds with leading zero (00 – 59)
For a complete list:
http://www.autohotkey.com/docs/commands/FormatTime.htm