Instead of running a sync script every minute, you can just use filesystem events [1] notification to run your commit script every time a file is changed. I have used the ruby wrapper for it [2], but apparently there's a perl one as well [3].
I just realized that NV allows you to specify where to find/save text files (in that little drop-down I'd been ignoring!) I've since cloned my wiki repo to a location in my ~/Documents folder and pointed NV there. Looks like it's going to work.
I personally use the markdown preview a lot, so it's worth it to me to use nvalt, but I tend to switch back and forth between the two. Does NV offer markdown preview yet? If you're new to NV and don't care about the preview (I may be the only one who does :-) ) then consider the official build by all means.
To me, a Markdown preview is somewhat orthogonal to the process of storing and retrieving notes for personal reference, so I've been hesitant to add it so far. But if people derive value from a live Markdown-processed web page, then I can try to find a way to incorporate it without it interfering with the normal workflow.
But I would appreciate it if you could give credit by linking to the actual app from your post:
Hey, scrod, no prob. Can't believe I forgot it! One other feature I DO love is that the official NV does wiki-style [[links]] that are compatible with github's wiki markup.
Instead of running a sync script every minute, you can just use filesystem events [1] notification to run your commit script every time a file is changed. I have used the ruby wrapper for it [2], but apparently there's a perl one as well [3].
[1]: http://en.wikipedia.org/wiki/FSEvents [2]: https://github.com/sandro/ruby-fsevent [3]: http://search.cpan.org/~agrundma/Mac-FSEvents-0.04/lib/Mac/F...