Day One has similar functionality built in, "dayone", with an Alfred workflow. Day One supports Markdown and hash tags, for what it's worth.<p>The iA Writer method in this article feels a little fragile to me since it relies on that path. I guess it isn't likely to change in a hurry though.
I have something very similar set up.<p>I have a terminal command called "log" which takes a string as an argument. It basically takes this string and writes it into my log file, prepended by the current date and time. This log file is in my dropbox folder. Typing "log" with no arguments will open up the log file in my editor.<p>I have this set up with an Alfred workflow which works exactly the same way. I find it very useful for keeping track of what I am working on, what problems I was meant to be tackling, quick calculations I would like to keep a record of, etc<p>EDIT: reading the article more thoroughly, my solution is basically identical.
This is a pretty neat hack! Unfortunately it won't work with my setup of NVAlt [0] (OS X) and Simplenote [1] (iOS). I've got NVAlt hotkey'd so I can bring it up anywhere and use it as a scratch pad all the time that I know will be synced to my phone immediately, the problem being it doesn't use iCloud but rather simplenote's syncing solution, I'd wager to bet that I could do something similar that edits NVAlt's local storage and see if it's auto-synced as well (I bet it is).
Your link to Ajour at the end of the article is broken. Link should be to: <a href="https://github.com/gopatrik/ajour" rel="nofollow">https://github.com/gopatrik/ajour</a> as your link to to your main github page and is missing the "<a href="http://"" rel="nofollow">http://"</a> and so it's getting appended on the end of your post URL.
Great idea. I use iA Writer & nvAlt in conjunction with Dropbox for syncing, but this will work in that scenario as well.<p>I also set up /usr/local/bin/notes, with the following:
# !/bin/bash
cat “path to your file”<p>That way, you can also quickly read all your notes from that file on the command line
Is this also possible for the regular notes app on iOS/OS X? It does sync with iCloud but I am not able to check if it's available in iCloud Drive.