I use text files employing simple markdown within them. I use one text file per project/product...however i'm thinking of going back to a single monolithic text file regardless of project/product...since it might make grokking things a little easier (good ol' CTRL F is fine)...also, sometimes some efforts span more than a single product...so i get slightly paralyzed trying to think if this effort belongs in text file for product A or B, etc. So a single file would resolve that. In any case, the text file approach makes selection of tools much easier (and with lots more choice). For work/dayjob, i use NotePad++ (99.9% of my jobs simply issue me a Windows machine with no choice in the matter), and for personal matters, since i use linux, i use Geany for working with the text files (though have been playing with Kate/KWrite). Over the last 6 months, i moved away from dropbox to NextCloud to synch all the text files. Here again, by using simple text files, i have flexibility for the authoring tools as well as synching tools. As far as referencing/looking back at my notes, yes i do and quite often (hence why i think going back to a single big text file might ease my searching a tad). Also, i have very slightly started to take work notes on paper when in person - a little for diplomacy but also because when i go back to my machine to type them into my text files, i find that it helps with recall/memorization.
Ask HN: How do you take notes throughout your work day?
61–70 of 91 posts
Re: Ask HN: How do you take notes throughout your work day?
#62org-mode. with org-crypt for the private stuff. i mix my todos with my notes. though I don't mostly find taking notes that useful at work. if something is involved enough, i'll update our wiki, or right a tutorial. most of my real note-taking is in my code itself. much of the other stuff has a trail of communications that can be searched.
Re: Ask HN: How do you take notes throughout your work day?
#63I use a 5 subject notebook and write notes down in that throughout the day, during meetings etc. From that I will usually, once or twice a week, take the things that are important and put them into my Apple Notes (used to use OneNote). I do this for a few reasons. 1. Taking notes on a computer during meetings is disrespectful IMO. Every time I see people do it, 80% of the time they are checking email, checking a site…
Thank you!
Re: Ask HN: How do you take notes throughout your work day?
#64I'm talking here about things I need to do - tickets will still be written with full specs, PRs will still be opened, things will still get asked, but at least I have an index of all of those things I need to do.
Re: Ask HN: How do you take notes throughout your work day?
#65I'm a fan of Omni over plain text tools like Obsidian because it makes the sub-nesting and drag and drop hierarchy very pleasant (almost Roam-like) but is also a fast native Mac app.
Re: Ask HN: How do you take notes throughout your work day?
#66No system is perfect but I currently feel that it works better than what I had before. (A jumble of text files scattered across loads of different folders, which was much harder to work with.)
Re: Ask HN: How do you take notes throughout your work day?
#67I cannot recommend https://obsidian.md highly enough. - Vim-like bindings that don't suck - Growing and fantastic set of community plugins, including a presently-in-alpha plugin offering Jupyter support (!) - Markdown-based wiki-type thing, with mobile, sync, and publish support - Wide range of pleasing themes - Development is active and is proceeding relatively swiftly; there are new versions available quite often (…
Obsidian's community plugins are awesome!
Re: Ask HN: How do you take notes throughout your work day?
#68System designs or notes I want to refer back to go into an actual notebook. Ideas that get fleshed out from the scratch pad land here, as well as meeting minutes and weekly todo items.
Re: Ask HN: How do you take notes throughout your work day?
#69Typically, the notes these days are hand written. If I want, I can use OCR to convert hand written notes to tired text, but search finds my hand written entries so I don't bother.
Notes are generally bulleted lists. I go back later and make TODO items from them. I can also clean them up and send meeting notes out to the group.
I like OneNote because I can embed images, screen clips, use hand written notes, access them anywhere, link to files (directly or embedded) and organize how I like. I don't like the newer "non desktop" versions of OneNote so I use the old 2016 desktop version.
Re: Ask HN: How do you take notes throughout your work day?
#70I have an org-mode file open in Emacs pretty much all the time that I can write stuff down in. Emacs used to have a reputation for being bloated and resource intensive but it's one of the lightest tools that I use these days and I just have it sat there in the background.
i recently moved over to mediawiki due to work, but it is a behemoth compared to org-mode.