It's for capturing quick daily notes, supports Markdown, Screenshots, export, daily standup view...
Ask HN: The best app to keep a work diary
21–30 of 43 posts
Re: Ask HN: The best app to keep a work diary
#22Events get a title that provide the project. They then get more detailed in the description. I also have a Google Apps Script that pulls this information into a spreadsheet so it's easy for me to report on my time.
What I like about this system is that it's pretty universal, fits into my current workflow, and it's flexible. Every platform has a calendar app, I don't have to do anything fancy to get my time tracker up and running on a new device. I'm already using my calendar to tell me what things I'm doing today, now I'm also using it to tell me what I did yesterday. Changing dates, times, and descriptions is easy, you just edit a calendar event, you can even do it on the train home when you realise that you've forgotten to update.
Re: Ask HN: The best app to keep a work diary
#23After many years of trying everything, a few conclusions have greatly helped: only PLAIN TEXT, cross platform and date stamp every line item (add to your dotvimrc or dotemacs or js bookmarklet) mindmappers? - bought and tried them all cloud subscription notetakers - yep pretty much all Best to have data close at hand - Oh nooos, everything is locked in that proprietary app I bought in the 90's or cloud service I thre…
Re: Ask HN: The best app to keep a work diary
#24To organise notes it's org mode all the way.
Re: Ask HN: The best app to keep a work diary
#25I started keeping a log years ago because sometimes it seems like I can't remember what I had for lunch. :-) It a lifesaver when your boss wants to know what you did last week.
Keeping a daily log comes in handy. A former colleague needed to know the details of a project I worked on a few years ago. I had him search my old logs and the answer was there (weird complier switch for using QT).
Re: Ask HN: The best app to keep a work diary
#26I use plain old Notepad on Windows. "F5" inserts the date and time which I then edit a bit. I wrote a program to total the hours and such. I started keeping a log years ago because sometimes it seems like I can't remember what I had for lunch. :-) It a lifesaver when your boss wants to know what you did last week. Keeping a daily log comes in handy. A former colleague needed to know the details of a project I worked…
Re: Ask HN: The best app to keep a work diary
#27not too calendary though
Re: Ask HN: The best app to keep a work diary
#28I use plain old Notepad on Windows. "F5" inserts the date and time which I then edit a bit. I wrote a program to total the hours and such. I started keeping a log years ago because sometimes it seems like I can't remember what I had for lunch. :-) It a lifesaver when your boss wants to know what you did last week. Keeping a daily log comes in handy. A former colleague needed to know the details of a project I worked…
I've been using Notepad for quite a while and had no idea you could use F5 to insert a timestamp. Thank you for this.
Re: Ask HN: The best app to keep a work diary
#29I use plain old Notepad on Windows. "F5" inserts the date and time which I then edit a bit. I wrote a program to total the hours and such. I started keeping a log years ago because sometimes it seems like I can't remember what I had for lunch. :-) It a lifesaver when your boss wants to know what you did last week. Keeping a daily log comes in handy. A former colleague needed to know the details of a project I worked…
Stack Overflow answer (not mine) for how to do this: http://stackoverflow.com/questions/11879481/can-i-add-date-t...
* Note it's not the accepted answer but the one with the most upvotes on the proper way.