Live data from Hacker News

Ask HN: What would you choose today as your note taking device and app

news.ycombinator.com

11–20 of 46 posts

Re: Ask HN: What would you choose today as your note taking device and app

#13
post #5

I don't mean to self-promote, but I built my own perfect note taking app by mistake. No slow modes, or toolbars – just click anywhere and start typing, then drag to move or connect thoughts/cards together (It's called kinopio and you can use it with signing up, https://kinopio.club )

Mindblowing, simple and effective.

Re: Ask HN: What would you choose today as your note taking device and app

#14
I found the Remarkable quite good. I have a problem where I lose my notebooks, or have multiple notebooks for the same topic. The Remarkable is nice in that I can put it all in one device.

Also the writing experience is 90% of the way to natural writing, and the battery life is amazing.

Not an ad, I just like the product.

Re: Ask HN: What would you choose today as your note taking device and app

#19
I'm still using tiddlywiki (tiddlywiki.com), the key features being portability, search, and linking between notes. It's free open source too and has a large community of users who contribute plugins (like LaTex interpreter that I use). I've been using it for 10 years and have found these features to be essential, almost a super power, for the kind of work I do (research). (BTW I believe the name to be a derivative of TLDR, which is the only reasonable thing I can come up with to explain what is otherwise a kind of lame name). Also, worst case you can read the file with a browser, or view it in a terminal since it's essentially markdown. Back it up in Dropbox and you can be sure that you'll never lose it or lose access to it.

The downside is that browser security updates almost killed it, since in its simplest implementation it's a single file that lives on your computer, accessed and saved via the browser. Browsers no longer allow modification of local files in a simple way. I found the best method for saving the file, of the several listed on the website, to be to run the Ruby server (a minimal server using Ruby Webrick, point your web browser at http://localhost:8000 to view and save the file).

Obsidian and DEVONthink look interesting for many of the same reasons, but I don't want to commit to something that dies in a few years (and I'm hesitant to pay). DEVONThink has been around for a long time now however, probably because it's a paid product.

Re: Ask HN: What would you choose today as your note taking device and app

#20
I'm using Vimwiki, and pushing everything to a gitlab wiki repo. I've gone through just about every knowledge base/note taking app and service out there and this is where I've most recently landed. Using plain markdown files ensures that everything is portable, and if one day I want to move it elsewhere, I can. Pushing the markdown files to the gitlab wiki means that it's also available on all of my devices. The added benefit of having a well documented and diffable history of all changes is pretty nice, as well.
Post reply on HN