Live data from Hacker News

Tired of note-taking apps

akkshaya.blog

31–40 of 481 posts

Re: Tired of note-taking apps

#31

I have used Apple Notes since I got my first iPhone, there's still notes from back then in there! Mainly for quick lists and things I need to remember, ideas, shopping, etc. Haven't really found any issues with it.

I put everything in Apple Notes as well. I love how I can sync my personal notes to iCloud and my work-related notes on Exchange.

Re: Tired of note-taking apps

#32
I’ve tried many, many different apps, and approaches over the years. On of my peeves is doing things twice, so here are, to my mind, the important decision making factors:

1. cross-device/platform support. Once I was entirely Apple, I settled on Drafts (post processing when necessary), and Apple Notes. If you have multiple OS’s involved, the decision is harder (Evernote). The logic is that I wanted some contextually sensitive templates for field notes, and Drafts does that with its version of ‘macros’. Having the MacOS version makes writing reports from my notes is dead easy.

If you’re less concerned with re-typing, and/or transcribing, do what you want.

Re: Tired of note-taking apps

#34

I gave up with the commercial and open source offerings and instead just wrote my own solution. All notes are markdown, stored in a SQLite DB with full text search. It has a simple frontend and you can drag/drop images onto the editor and it will upload them. To facilitate quick note taking I wrote a FUSE driver for it and have bound CMD+N to open a command line scratchpad window (I use i3wm) where I can write and ed…

> To facilitate quick note taking I wrote a FUSE driver for it

I didn't understand this part. Why can't you just write the file and then either manually/automatically trigger an import of the text into the SQLiteDB?

Re: Tired of note-taking apps

#36

I gave up with the commercial and open source offerings and instead just wrote my own solution. All notes are markdown, stored in a SQLite DB with full text search. It has a simple frontend and you can drag/drop images onto the editor and it will upload them. To facilitate quick note taking I wrote a FUSE driver for it and have bound CMD+N to open a command line scratchpad window (I use i3wm) where I can write and ed…

> To facilitate quick note taking I wrote a FUSE driver for it I didn't understand this part. Why can't you just write the file and then either manually/automatically trigger an import of the text into the SQLiteDB?

The fuse FS (which, fuse not at all difficult to use, there are many implementations of SQLite-backed fs) implements the trigger that automatically imports it.

Re: Tired of note-taking apps

#37

I've tried many different systems, and the one I settled on is a single simple doc. It's the only method I've used for over a year. You can do google doc or office doc, but the key for me was having one doc that I just keep prepending to. Each day i'll add the date yyyy-mm-dd (dow) in bold and then list my work for the day... I use hyperlinks to dedicated docs or online guides for more involved projects (quick ctrl-k…

I have been using a single text file for past 5 years. Ability to do vim regex search is a big plus. Lately I have been thinking of adding a search engine on top of mac's notes.sqlite db.

Re: Tired of note-taking apps

#38
Not so much tired of it as extremely indifferent. I'm simply not the type of person that uses tools like this; at all. I know plenty of people that take notes, use post its, etc. I can't even read my own handwriting and wielding a pen is physically painful for me. So not a thing in my life.

I tend to treat written notes as short lived and transient. I'll literally create a new tab in whatever editor, write or paste something there and typically never even bother to save it. Either I act on it or it's a form of documentation that ends up in a more permanent place like a README, issue report, article, code comment, etc.

Re: Tired of note-taking apps

#39
i would definitely consider myself one of those who jumps around but never becomes a repeat user..

just recently i came across the first exception to that... Joplin... https://joplinapp.org/

been using it for a little while now and am planning on sticking to it for a bit longer, i have it integrated with my personal nextcloud instance

Re: Tired of note-taking apps

#40
post #12

My theory about handwritten note-taking is that the bandwidth difference between thinking (fast) and writing (slow) is somehow extremely beneficial to the process of generating creative and evocative output. There have been so many journaling sessions which I started with the absolute conviction that I had nothing new to say, and after 4 pages of extremely creative and detailed ideas, surprising even to me , I had no…

Have you tried using OneNote's handwriting recognition feature? I am curious if that experience would allow for the regaining of the pen-to-paper "magic". Edit: typo

I have, and it doesn't work. The recognition is good enough for a demo, in the store you will be really impressed how well it works. However, when really taking notes on the go you use your own abbreviations it doesn't know, use slang or scientific/technical language. Thats where it breaks down and degrades into the usual "I hate you, autocorrect" spiel.

Also, OneNote does it's recognition and replaces your handwritten text by printed text of a different size. This makes all kinds of diagrams, side-by-side-text, tables, etc impossible.

I have gone back to a paper notebook.

Post reply on HN