Using Drafts for iPhone to take the Data Diet mobile
This is part of our series of articles (RSS) where we share some of our favorite technology tools. Like you, we’re pretty enthusiastic about new ways to geek out, and we hope to share some of that here. Let us know what you think.
A few days ago I was reading Paul Smalera’s Medium essay entitled ‘The Data Diet: How I lost 60 pounds using a Google Spreadsheet’. This interested me not only because of Paul’s astounding progress in his health habits, but also because I had tried this before. Tried and failed. In addition to requiring you to add your weight to a spreadsheet each day, Paul’s sheet template has a ten day rolling average, and I really liked that idea. But I still think it’s a friction point to manually type your weight into a Google Spreadsheet. Google Docs is atrocious on mobile, so that’s not really an attractive option for me. Yucky, yucky, yuck. [1]
My plan of attack? After briefly considering an Ifttt recipe, I settled instead on the very handy Drafts app because of its ease of use. This uber-trendy text editor (which costs $2.99/¥250 in the App Store) could be used to input my weight in a snap on my iPod Touch and send it directly to a file in Dropbox, using the ‘Append to Dropbox’ action [2] — or something similar anyway. But why Dropbox? We want our weight to go into our Google Spreadsheet, right? Yes, but I’ll get to that in a moment. Under SETTINGS > CUSTOM ACTIONS > DROPBOX ACTIONS. I decided to make an entirely new action based on ‘Append to Dropbox’.
I called it ‘Weight to Dropbox’ and I defined the path for this file to be saved under /Public/Weight/. I made the file extension CSV, so that file can be easily imported later on from Google Docs. It’s a bit of a hack, but trust me, it works like a charm.
But the ‘Template’ section was a little tricky. I needed to add the date, plus a comma to complete the our daily line of input (because we’re creating a comma separated values file). Paul’s spreadsheet has a date field, so I want it to match up with his formal. To do that, we just need to enter the following:
[[date|%m/%d/%y]],[[draft]]
しかし、「Template」部分はちょっと面倒だ。日々の入力行を完成させるために日付とコンマを付け加える必要がある、これはCSVフォーマットファイルを作成しているためだ。Paulのスプレッドシートには日付フィールドがあるのでそのフォマットに合わせたいので以下を入力する必要がある。
[[date|%m/%d/%y]],[[draft]]
しかし、'Template'のセクションには少し手こずった。our daily line of inputを完了させるため、日付とコンマを付け足した(なぜなら、comma separated valuesファイルを作るためである)。Paulのスプレッドシートにはデータフィールドがあるので、彼の形式と一致させたかった。それをするためには、下記を入力する必要があった。
[[date|%m/%d/%y]],[[draft]]
The first part represents the date, and the second ‘draft’ portion will represent whatever we type in our Drafts entry, in this case our weight. If you’d like to get the action, it’s here. Clicking on it once you have Drafts installed should do the trick.
So now, inputting my weight on a daily basis creates a simple CSV file that looks a little like this (after three entries, anyway).
But by putting the file in my Dropbox public folder, that means my data is published to the web. And in turn, that means that by copying my Dropbox public link for that file [3], I can use Google Spreadsheet’s import function to connect it to Google Docs directly, and have the spreadsheet update whenever I add a new daily weigh-in.
To do that, I added a new sheet to Paul’s template called CSV. And in cell A1 I added the following data import formula [4]:
そうするために、新しいシートをCSVというPaulのテンプレートに追加し、さらにセルA1に以下のデータインポートフォーミュラを加えた[4]。
これをやるために、私は新しい表をCSVと呼ばれるPaulのテンプレートに加えた。そしてセルA1には以下のデータインポート方式を加えた[4]。
…and BOOM! There’s your data. Now to get those entries into Paul’s spreadsheet template, you merely need to do use your ‘=’ sign in Paul’s sheet, and point it towards the corresponding cell data in your CSV sheet for that date (see below) [5]. And then apply that formula to all cells for the entire year.
And now once you have that, you get do lots of fun stuff. I added a couple of charts and published the entire sheet to the web. Now I can add that to my iPod homescreen for example, and easily access my chart anytime I wish (pictured below). It doesn’t look entirely awful in landscape [6].
これが完成すれば、色々楽しいことをさせることができる。筆者はチャートを2つ追加してシート全体をウェブで公開してみた。例えはこれをiPodのホームスクリーンに追加して好きなときに簡単にチャートにアクセスすることもできる。横表示ではそれほどひどい見た目ではない[6]。
それができれば、たくさんの面白いことができるようになる。私はいくつかのチャートを付け足し、ウェブにシートを丸ごと公開した。そして、例えばiPodのホーム画面にそれを表示して、いつでもチャートにアクセスできる状態にすることもできる(下記の写真を参照)。landscape上ではそんなに悪く見えない [6]。
So far this system is working pretty well for me. I even bought a digital scales for better readings than my old analog scales. I’m only a few entries into my data recording, and I look forward to seeing if it makes an impact on my behavior and/or diet. I’ve been putting in more time on my desk-cycle after meals (did I not tell you about the desk-cycle?), so I hope I can myself keep in decent shape as a result. I’m considering another Dropbox action to log bike time, but that’s another discussion!
Update May 30th – I thought perhaps there might be a way to get my weight chart to display on my desktop. And indeed there is! Geektool for Mac does the trick, with its image display function. Just publish your Google Chart as an image, and grab the image URL for use in Geektool. I also used a fun Doctor Who backdrop, and threw in the DateLine app as a fancier X-axis. I still need to adjust my graph’s grid lines though. But I like how its coming along! (See below)
1. Some of you readers are probably yelling at your screens right now that the Withings wifi scales is the logical solution here. But really, where’s the fun in that? Plus, I’m a writer. Writers are poor.
MacのGeektoolだと、その画像表示機能を使ってそれができる。単にGoogle Chartを画像にして、その画像のURLをGeektoolに入れるだけだ。私は楽しいDoctor Whoの背景も使い、しゃれたX軸としてDateLineアプリに放り込んだ。またグリッドラインの調整が必要だ。でもこれまでのところ、気に入っている!(下記を参照)
1. 読者の中には今の壁紙に飽きている人もいるだろう。Withingsのwifiスケールが論理的な解決方法だ。でも実際のところ、どこが面白いのだろう?加えて私は物書きだ。物書きは貧乏だ。
1. 読者の中には、そんなものWithingsのwifi体重計を使えばいいじゃないかとスクリーンに向かって叫んでいる人がいることだろう。でも、それだと何も面白くない。それに、私はライターだ。ライターはお金がない。
2. As you may know, there’s a collection of useful Drafts actions over on the Drafts website.
3. For those of you with relatively new Dropbox accounts, you may have to enable your Dropbox public folder for proper web sharing.
4. Note that this is not actually my link. I subbed in some random digits. But you get the idea.
5. I realize that since Paul has a date field, it’s not entirely necessary for me to add my own. But it’s better to store my own date field in the CSV file, and keep the data a little bit more complete.
6. You’ll notice that I have a ‘Chart2’ in my picture here. That’s Google’s Time line chart, which just doesn’t fly in Mobile Safari. Hence the regular Google Chart.
3. 比較的新しいDropboxのアカウントを持っている人は、ちゃんとウェブをシェアするために、Dropboxのパブリックフォルダーを使用可能にしなければいけないかもしれない。
4. これは私のリンクではないので気を付けてほしい。適当な番号で代用したのだ。でも考え方はわかるだろう。
5. Paulが日付フィールドを持っているので、自分のに入れる必要は全くないことに気が付いた。でも自分の日付フィールドをCSVファイルに入れておいたほうがいいだろう。それでデータはほんの少し完全になる。
6. 私の図には「Chart2」があることに気がついていることだろう。これはGoogleの時系列グラフで、Mobile Safariには入っていない。つまり通常のGoogle Chartだ。
3. Dropboxアカウントを作って間もない人は、ウェブシェアリングをするためにDropboxの公開フォルダを有効にする必要があるかもしれない。
4. これは私の実際のリンクではない。入力した数字はランダムである。しかし、感覚はわかってもらえるだろう。
5. Paulがデータフィールドを有するため、私が自分のものを付け足す必要がないのはわかっている。しかし、自分のデータフィールドをCSVファイルに保存して、データをもう少し完全にする方が好ましい。
6. 'Chart 2'がこの写真に載っていることに注目してほしい。これはMobile Safariでは使用できないGoogleのタイムラインチャートである。これが普通のGoogleチャートを使用した理由だ。
すみません、「一連の記事」は「一連の記事(RSS)」とするべきでした。