Sometimes when you come up with a solution, someone else has already found a more elegant solution. Case in point, my recent post on sharing text between Drafts and Pythonista. Shortly after sharing the post I got some feedback on the post and ultimately a tweet from the sensei of …
Getting Pythonista to return text back to Drafts
Drafts has become my digital text hub for my iOS devices. But one of the downsides of iOS automation, and relying on URL schemes, is when you find an app you want to use doesn’t support a full x-callback-url scheme. I do some text transformations in Pythonista, but Pythonista …
Roll your own AirDrop with Pythonista
It's always fun when two, seemingly unrelated topics, slowly merge together to give me a new idea. The first one I've been working on for some time has been a simpler way to quickly share code snippets between my Mac and my iPad. Yes, I know that's …
Use Editoral to create OmniFocus tasks
One of the activité du jour is to create a way to use one application from another. iOS URL schemes are a common way of doing this. Here's my take on using Editorial to add tasks to OmniFocus. 1
Import workflow: Editorial → OmniFocus
Got any questions? Feel free to …
Update to Editorial FTP Image Upload
I've been using Editorial (iTunes Link) as my primary editor due to the custom workflows you can create. One of my key workflows is my FTP Image Upload. I've finally got around to making some tweaks:
- Image selection is now done with the iOS Photos image selector.
- The …