Hacker News new | ask | show | jobs
by unfixed 586 days ago
I do pretty much the same with a file that I called worklog.txt

Days separated with a blank line, and starting with date. Then I use initial spaces to differentiate between task, comments on this task and what is needed to do to finish the task.

Pretty easy to keep it consistent, and the use of spaces allow to easily identify the order of importance in each subset.

1 comments

I just use markdown. Headline 1 for the week, project gets a headline 2, and within that there’s a ton of nested lists and code blocks.

It’s always open in my editor, so it’s quick for notes of copy paste from the terminal