Ask HN: The best app to keep a work diary
Hi there. Is there an app that let you keep a work diary? All good diary apps seems to be limited to either mobile, or desktop. Best calendar web app seems to be all about organizing rather than keeping notes. Some ideas?
I am looking for app possibly with build in calendar that will let me to make quick notes for each day on what I did and how was my day work-wise.
42 comments
[ 2.7 ms ] story [ 93.9 ms ] threadhttps://maebert.github.io/jrnl/
http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html
The tab effects are pretty cool. It's the best way to track your ideas, tasks, notes.
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 threw 3 yrs in.
After years with orgmode and vimwiki, I went back to Firefox http://tiddlywiki.com/ + vim as editor with https://github.com/docwhat/itsalltext/
if you live in emacs then stay in orgmode or deft.el for speed if vim, vimwiki
rsync is my friend
What really worked well for me instead has been to us Notational Velocity (nvALT to be specific). I create a new note for every day (titled YYYY-MM-DD), and especially for work notes I add a timestamp for every new entry for that day (ISO 8601).
The result is one folder full of text files that I can quickly update and search through using nvALT. I can use the same app for storing all kinds of other things, but I can also use any other text editing tool for my notes as well (grep, WriteRoom, Sublime Text with markdown plugins, etc.).
Currently I moved my 'journalling' into a locally running web tool, but because the source data is just text, 'migration' has been trivial. It's quite possible I'll move back to the plain text + nvALT solution though. I usually do. I just can't help tinkering.
You can put the notes under a notebook, and then there's an "Expanded cards view" which comes sort of close to a real calendar.
Example: https://www.dropbox.com/s/k2skt4exf5eg66e/Screenshot%202015-...
You can use either the app or the web version. Best TODO list I've seen so far (simplicity, ux, etc)
I use the following format:
So, I have a breakdown of my worklog by days and grouped by months. Multi-month components/projects have an entry in each month. Holidays and weekends are noted down for me to quickly know why there's a gap in the middle of working on a component. Whole days wasted due to meetings are also noted down.Or just keep a bullet journal open on your desk and photograph the pages into evernote at the end of each day. (That’s what I do)
https://devarist.com
It's for capturing quick daily notes, supports Markdown, Screenshots, export, daily standup view...
Events 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.
To organise notes it's org mode all the way.
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 on a few years ago. I had him search my old logs and the answer was there (weird complier switch for using QT).
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.
not too calendary though
Can't beat a regular pen and paper for quick recording of the micro-tasks you do to answer the question of "what did I do today, what advanced, what didn't and why?"
For things that need to be referenced or searchable, a timestamped flat-file that you synchronize is the way to go, especially useful inside of your git repo