Live data from Hacker News

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

news.ycombinator.com

11–20 of 31 posts

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

#11
post #8

What’s your take on Notion?

I've never used it, but it seems mostly like a planning and productivity tool rather than note taking tool. I want to easily structure my notes like MS One Note, reach them with different devices and be able to semantically search through notes. Sometimes I forget how I took that note and couldn't find where did I put it.

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

#12

How about Vscode or whatever editor you use (which you're trusting already, and know all the shortcut keys for) editing Markdown files with descriptive names organized into folders that are backed up via Google Drive or Dropbox? What's the benefits of Obsidian over this? I've seen Obsidian lets you add link between files, but I find all I really need is separate files for different notes and todo lists, I'd rather li…

This is mentioned, I liked the idea but it might be overkill to take simple notes. On the other hand interactivity while structuring the notes might be beneficial time to time. Like dragging them and observe them etc.

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

#13
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?

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

#14
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?

It is based on markdown files and you can link them by writing "[[my new note]]". It also supports tags etc, all text-based.

What is the purpose of the "dragging notes" flow you mention? I am sure it can be done in the text-first way that Obsidian uses.

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

#16

How about Vscode or whatever editor you use (which you're trusting already, and know all the shortcut keys for) editing Markdown files with descriptive names organized into folders that are backed up via Google Drive or Dropbox? What's the benefits of Obsidian over this? I've seen Obsidian lets you add link between files, but I find all I really need is separate files for different notes and todo lists, I'd rather li…

This is mentioned, I liked the idea but it might be overkill to take simple notes. On the other hand interactivity while structuring the notes might be beneficial time to time. Like dragging them and observe them etc.

Can you explain more on "But as my notes grow, finding the right one becomes a challenge"?

For me, I mostly have a file for each project/topic, and if a file gets too big, I'll split it into multiple files with the project/topic name + some tag names in the filename. And to open/find files, Vscode gives you a folder/file viewer sidebar to browse, the command palette lets you search for and open files via partial filenames, and you can search files for keywords too, all via shortcut keys. That's enough for me.

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

#18
I evolved from pencil and paper, to text files, to minder. I stick to text and it works good for me. It is simple, fast to use, search works good, basic organization is there. Files are local and xml, so data is easy to extract if needed, backups and distribution are just file copy operations. https://github.com/phase1geo/Minder

I think it easy to get trapped by formatting and publishing. IMHO: Notes are fast and not pretty. If/when I come to the situation where I want to share, then formats like markdown or latex etc are a better fit. When I have to start 'coding' my notes, it becomes a time burden and I end up skipping it. In complicated situations, I will go the other extreme and fire up inkscape.

Post reply on HN