Hacker News new | ask | show | jobs
by sixonesixo 3423 days ago
for a while i was using VIM to edit and git to store my notes. I had a script that create a new file every day and push the old one to my git repo. But now i'm using IA Writer to write and store my daily notes, markdown support is quite handy and it seems more usable instead of vim+git.
1 comments

I use bitbucket for my private repos, and github for the public ones, and I do a git add *.txt in the notes directory periodically.