Apple Watch
Draft Notes with Apple Watch
Drafts is an app I use every day. On iOS, it’s where text starts for me.
/899Lately, I’ve been trying out the Apple Watch app. I added the Drafts complication to my Watch face. Now, when something occurs to me, here’s what I do:
- Tap the complication on my watch face
- Drafts loads directly into dictation mode
- Say some stuff
- Hit Done.
That’s it. I have a new text note sitting in my Drafts, and I never touched my phone.
Pretty sweet. Now, if Drafts would just sync with Dropbox…
Productive Watch Faces
Everyone knows the Apple Watch allows you to have several different watch faces, but a lot of people don’t use the faces effectively, and some people don’t customize them at all. Since watchOS 2 was released a couple months ago, I use the crap out of the Modular face. The custom complications make the watch much more useful, and they keep me off the terrible App Launcher screen.
I’m currently rocking six different watch faces for different activities. I know what you’re saying. “Hey, you should write a long blog post about that!” Well, partner, it’s your lucky day.
THE DAILY FACE

This is my daily face. It uses the date, Activity, Dark Sky and Omnifocus small complications, and the Calendar large complication. I tried using the Fantastical complication for the calendar, but found that it didn’t update as often, and didn’t really play nice with the Exchange calendar needed for my jobby-job. I have an unhealthy number of watch bands, and I change the color of the face to match the band. Because I’m classy like that.
I can tap the calendar, Dark Sky, or Omnifocus complication to jump right into any of those apps, no launcher screen necessary. Most days I don’t even open an app, the app feeding information into a complication is all I need.
THE NIGHTLY FACE

This is the other face I use every day. Well, actually every night. It uses the battery, alarm, and the wonderful Sleep++ complication. David Smith’s Sleep++ app is a great sleep tracker, but it does take a little adjustment to the way you charge the watch.
You’ll notice this is the only face with the battery complication. That’s because I’ve never had an issue with the battery running out on a normal day. Most days, it’s at 45-50% when I put it on the charger at night. I put the battery meter on this face in the beginning when I worried about wearing the watch 24/7, but I’m probably going to remove it now that I’m more confident about the process. This face also carries my alarm complication so I can quickly set my wake up wrist-buzz and the Sleep++ complication launches the app so I can start the sleep cycle.
THE STAGEHAND FACE

This is my face for my occasional theater gigs. Anyone who’s been following me for a while knows that I was a stagehand in a former life. I still take occasional jobs here and there to stay in practice and keep from getting too lazy in my jobby-job. This face has just the timer complication.
Many shows have a lot of downtime, and this face allows me to easily set a timer to remind me to start paying attention again for my next cue. The red text is the least offensive and visible when it inadvertently lights up. I usually turn off wrist-raise illumination in the watch’s Settings app when I use this face.
THE CHORE FACE

I know I can set a color for the face, but I leave the multi-color option on because I hate looking at it. It makes me clean faster.
THE DISNEYLAND FACE

This one’s just for fun. In my jobby-job, I work for a certain mouse-themed set of television networks, and Disneyland access is one of my perks. I don’t go often, but when I do, I put on the Mickey face. Date and Dark Sky are all I use on this one.
THE FANCY FACE

This is my fancy face. When I dress up and go out, I put on the black watch band, and this face. It’s the Simple face with all the complications turned off and the dial details cranked all the way down. Then, I match the color of the second hand to my tie. We’ve already established that I’m classy.
WISH LIST
I obviously use my Watch a ton. It’s become an integral part of my day in a very short time. It got a slow start with the original watchOS. That one felt more like a beta. watchOS 2 feels like a solid 1.0 release, and I’m looking forward to more improvements .
There are a few things I think are missing, though.
- Per-face settings. I’d love to be able to make settings changes based on the watch face. When I’m using my Sleep++ face, I always put my watch into Airplane mode. When I use my stagehand face, I always turn wrist-raise off. My watch is usually silent, but when I put on the housekeeping face, I turn the volume on. I’d like a way to link these settings changes to activate when I switch to a watch face.
- Add the Music Glance to the Workout app, for the love of all that is good in this world. They go together like peanut butter and whatever goes well with peanut butter.
- Time- and location-based faces. This is a watch, right? It’s pretty good at time. If I switch to my Sleep++ face every night at 11:45, then let me set a face to do that automatically.
Adding different watch faces for different activities has made this little computer on my wrist infinitely more useful. Make a few new faces and make the watch work for you.
Using Your Apple Watch To Trigger Your Screensaver
I sometimes work in a corporate-y office. I also tend to walk around a lot, and leaving your computer unlocked can be dangerous. Naturally, I have a workflow that will allow me to lock my computer from afar when I’ve wandered off.
There are a few nerdy tools needed, but you should have these anyway.
- Workflow, an awesome iOS automation app
- Hazel, a great automated organizer app for your Mac.
- Dropbox.
- and of course, an iPhone, Apple Watch and a Mac.
First thing you will want to do is put a text file in an accessible folder on your Dropbox. I use Launch Center Pro for a lot of other automation, so I put the file in Dropbox/Apps/LCP because I’m already monitoring that folder with Hazel. More on that in a bit. Name the file something creative, like sleep.txt.
Now go to your System Preferences and open Hazel. In the left pane, click the "+" button and add the folder your text file is in (mine is in /Apps/LCP, but yours can be anywhere on your Dropbox.) Then, in the right pane, click the other "+" button to add a new rule.
- Name it something recognizable
- If ALL of the following are met:
- Name IS sleep.txt
- Date Least Modified IS IN THE LAST 1 minute
- Do the following:
- Run AppleScript - embedded script
Then, paste in the following simple AppleScript, which starts the screensaver.
tell application "ScreenSaverEngine"
activate
end tell
Great. What the hell just happened? You just told Hazel that if the sleep.txt file has changed in the last minute, then run this script that starts the screensaver. You can test this by just opening sleep.txt and typing a letter or two then saving. Once the save is complete, the Last Modified timecode changes to now, which is obviously in the last minute. So, the screensaver starts up. Pretty sweet. Now, to activate this from the Watch.
On your iPhone, fire up Workflow and create a new one. Make sure it’s set up as an Apple Watch workflow. Choose an appropriate name and icon. Then build a simple two-step Workflow:
- Text (can be anything, I use “Go to sleep”)
- Append to Dropbox File
- Mode: Append
- File Path: /Apps/LCP/sleep.txt
- Make New Line (optional, but I leave it on)
Now, when you tap this Workflow from your Watch, a line of text is appended to the text file, which changes the modify date, which launches a screensaver.
If you don’t want to build it yourself, you can download my Workflow here. As an added bonus, you can also add this Workflow to your iPhone’s home screen and run it from there, just select “Normal” in the workflow setup. The only limitation to this way of doing things is you can only trigger the screensaver once a minute.
Have fun with this. If you’re using it, let me know on the Twitter!