Tired of note-taking apps
11–20 of 481 posts
Re: Tired of note-taking apps
#12Re: Tired of note-taking apps
#13Re: Tired of note-taking apps
#14I've used Keep extensively, but have been slowly migrating over to Notion as I need more structure than what tags in Keep can afford me. The problem is probably me, I save a lot of stuff. But, Keep has become sluggish as a result. I'm not great at utilising tags, so oftentimes I'll just scroll through "everything" (sometimes narrowed by say searching for "images") and I have pretty decent visual memory so I'll readil…
Re: Tired of note-taking apps
#15Re: Tired of note-taking apps
#16I 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.
Re: Tired of note-taking apps
#17Re: Tired of note-taking apps
#18I write a lot when designing software, but hate paper, so I ordered reMarkable 2, which I expect to change my note-taking habits completely. I plan to write everything into it.
Re: Tired of note-taking apps
#19I write a lot when designing software, but hate paper, so I ordered reMarkable 2, which I expect to change my note-taking habits completely. I plan to write everything into it.
Re: Tired of note-taking apps
#20All 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 edit notes using conventional *nix tooling.
It's not perfect, nor slick, but it works for me.