Love the design. Lowest possible friction is important. I personally a) dislike writing _anything_ on touch screens b) live in the terminal anyway. So I wrote a script called "n" that appends a timestamp to a text file, then: If there are command line arguments, it appends them to the file verbatim and exits. Else it opens vim, in edit mode just under the timestamp. For example: # n 'Hello, world!' # Writes a quick t…
Have you heard of jrnl.sh? You may like it if you live in the terminal. I’d like one day support merging jrnl logs.
Now that my memory is jogged (amusing, for a journaling discussion), I opted for my solution because I wanted as few dependencies as possible for workflow reasons. Journaling is very personal, and I wanted the ability to quickly change the tool if it didn't suit me. Now that I better understand what I want, I may switch to jrnl. I also built a rudimentary task tracking system on top of my system as a separate tool, but that part really isn't worth sharing.
jrnl interop sounds useful, especially if bidirectional and automated (and for me personally, available on Android).