Live data from Hacker News

Ask HN: What note taking app do you guys using as a developer?

news.ycombinator.com

21–30 of 31 posts

Re: Ask HN: What note taking app do you guys using as a developer?

#23
I realized there is little that deserves preservation.

- Business logic/knowledge changes every time I switched company/industry. And I want to be as far away from business as possible, provided I still get hired;

- Technical knowledge is best preserved in code, or design documents in Markdown or whatever.

Re: Ask HN: What note taking app do you guys using as a developer?

#24
post #9

Obsidian. All markdown files that you control. You can always sync it with Dropbox or any other if you choose to. Markdown files will be readable forever, and it is free.

I will try Obisidian for sure. But can we interactively do something with taken notes, like dragging them etc?

Late to the party, but there's a "canvas mode" in Obsidian where you can sort of group notes together and drag them around. Other than that, it's also got a graph view, so provided you tag and link notes properly, it will show you related notes in the graph.

Re: Ask HN: What note taking app do you guys using as a developer?

#27
On Windows I have notepad++ for me and on Linux Kate is the best. I know, this just text editors but in a couple with Visual Code and annotation plugin to this is a scalable way to find needed Linux commands that works, categorize important notes :

https://marketplace.visualstudio.com/items?itemName=Artifici...

Previously I used OneNotes, but git is better to works from 5 my workstations with collisions.

Post reply on HN