Live data from Hacker News

Tired of note-taking apps

akkshaya.blog

181–190 of 481 posts

Re: Tired of note-taking apps

#181
post #118

the global note-taking management software market is estimated to reach $1.35 billion by 2026 That’s an interesting indicator. Would anyone happen to know what report the author is sourcing or have a link? I’m curious to read more of these numbers in full.

https://www.verifiedmarketresearch.com/product/note-making-m....

Not sure if it's a trusted source. Let me link it to the article though.

Re: Tired of note-taking apps

#182
post #85

Personally I find Apple Notes the most convenient for quick jotting down of ideas etc. It’s not the most advanced in terms of features but it loads instantly, is quick to use and is available on all of my devices. Have tried numerous alternatives but they’ve never stuck e.g. they’re slow to start up or are fussy to use or don’t work well on one platform. For deeper sketching out of ideas, diagrams etc I really like C…

How do you backup Apple Notes? The PDF export loses fidelity. I really like AN for the integrated camera, esp the document scanner. Is there another application that allows for writing as well as annotating media, video, photos and sound?

It's a sqlite database so you could pull it from there: https://www.swiftforensics.com/2018/02/reading-notes-databas...

I haven't tried it with Notes but with Apple's Podcast app it's a nice sqlite DB you can query.

Re: Tired of note-taking apps

#183
I really liked Andy Matuschak's article “Better note-taking” misses the point; what matters is “better thinking” - https://notes.andymatuschak.org/z7kEFe6NfUSgtaDuUjST1oczKKzQ...

Over the years, I have also moved from one app to another when it comes to note-taking. Frankly, I was using them more as a place to put things that I might want to refer to later than using them to think about the problems that I was trying to solve.

Personally, I find that there are times when I need more of a free flowing format like paper or an iPad, but most of the time, text suffices. For the last six months or so, I have been using Roam Research and related apps(Obsidian) and they do really help me evolve a structure around my thoughts without having to have one when I am starting out.

Re: Tired of note-taking apps

#184
post #168

It’s fashionable to say that the best note taking system is pen&paper, but I think it ends up being a disservice to the idea of registering knowledge. I think written and digital have completely different pros and cons. I love to physically write things down on a moleskine, but I decided to not storage knowledge there, I just dump things from my short term memory to act upon them in the short term. I tried storing kn…

I'm familiar with this conundrum. I've been taking notes, managing tasks and appointments on paper since 2015; before that I took most notes in Emacs org-mode and managed some tasks there, and some in OmniFocus.

Lack of search is a definite disadvantage of handwritten notes. Here's what I've done to blunt that:

(1) Every notebook begins with a few pages for a table of contents. (2) When a notebook is full, I scan it in as a PDF. (3) I type up the table of contents to make it searchable and add that to the PDF. (4) The PDFs are all available on my phone.

I am generally able to find things this way, but it is not as convenient as i-searching around a giant buffer in Emacs or using something like deft.el. For the moment I am continuing in this fashion, but I do periodically consider switching back to using a computer for note taking. Perhaps some day I will.

Re: Tired of note-taking apps

#185

"Note Taking" is the wrong approach, imho. You are responsible for putting things in and keeping it up to date, and of course this is prone to fatigue. An automatic knowledge base that is created from the signals you already generate anyway would serve you the best, I think. This is what I'm building with https://histre.com/

Does it have e2e encryption? This is more or less a requirement nowadays for me.

From your profile: "Turtl a surveillance-resistant note-taking app". Nice! Looks like you've built your own note taking app. Of course you're not going to use mine :-)

Re: Tired of note-taking apps

#186
post #131

Taking notes is a process. If you're tired of the apps, then you haven't put enough thought into the process. The available apps are fine. Picking a tool to solve a problem is the opposite approach to how you solve the problem. You instead need to define the problem and then find the tool which is the best fit. If you're frustrated with the tool, then you might need to put more thought into the problem.

Also, many people like Journals and plain text because these methods don't lend themselves to blaming the tool. They force you to think about the problem rather than the tool.

Plain text doesn't fix note-taking any more than it can fix to-do lists. Again, there's no tool to blame.

Re: Tired of note-taking apps

#187
post #44

I believe I shared this once before. After twenty years of trying every possible note taking app from Word 95 to Notion, this is now the entirety of my note taking app: #!/bin/bash read text _date=$(date +'%Y-%m-%d') echo -e "\n$_date: $text" >> ~/Dropbox/notes/stream.txt

So you only take notes while on your actual computer. You never take notes besides when you are on your computer.

I’ve set-up an iPhone’s Shortcuts workflow which basically replicates the shell script above. Works very well. Reading on mobile is a bit painful, but doable, and I mostly do it at a computer anyway.

Re: Tired of note-taking apps

#188
I've tried dozens and none work better for me than

  $EDITOR $HOME/txt/note
where $EDITOR is Good. The only thing I want from a notes app is to sync txt with my phone, let me edit the files and do exactly nothing else. They all fail.

Side note: there was a laughing emoji in the previous text but HN removes it. Anyone know why that might be?

Re: Tired of note-taking apps

#189

The best note app I found is a journal app. I’ve been using Day One for more than a year now, and it’s holding Evernote’s promise of remembering everything. I do use Apple Notes too beside Day One for temp notes (email drafting, edit texts, links to check & trash, etc), but it’s on my journals where my knowledge-notes reside. What people like from real notebooks is that you don’t have to think about organization, you…

Totally agree. Having to think about how I need to organise my thoughts as the same time as coming up with the thoughts themselves always seems like a burden!

Very much agree with this. The idea of separating the "dump" phase from the "organize" or "refine" phase has been an inspiration for what we're building at Bytebase: https://medium.com/@bytebase/an-iterative-approach-to-notes-....
Post reply on HN