This extension provides some commands to create a simple track of the day on a Markdown document.
The extension activates automatically when opening an Markdown file (.md).
The available commands are described in the following paragraphs.
Create a title with the date and a first line that start the time track.
Create a new Task line, to invoke this command you need to position the caret under the previous task or break. The line generated contains, the current time and a placeholder for the task description. You can insert a comment after the task description if you use // as a separator.
Create a new Break, to invoke this command you need to position the caret under the previous task or break. The line generated contains, the current time and a placeholder for the break description.
Create a summary that calculate the duration of every task, the breaks are skipped. To use the command you need to select all the tasks to summarize, if some rows in the selection are not valid they are skipped.
Added quick picker for create Task and Break
Initial release
- Modern JavaScript date utility library from date-fns.org
- Icon made by Pixel perfect from www.flaticon.com