Hacker News new | ask | show | jobs
by evoxed 5017 days ago
I actually started doing the same thing a month ago as well, but in vim. Nothing special, just an entry :x {} which is easy enough to jump to and lists and whatnot done intuitively– something like the lovechild of org-mode and markdown.

Useful: script to open the file into the buffer at the end of every day.

Wishlist: soft links so that I can cursor over a project title, action it to open something in a new buffer or just run a script.

1 comments

For the wishlist, you can add this to .vimrc: map gf :tabnew

Then you can gf over the project name, and then you'll either create a new file with that name or open that file. I use the technique for a personal minimalist wiki: http://idoh.com/#2365733587