Editorial iOS Upload Images to WordPress Workflow

Update: A newer, better version has been created. You can download it here. I use the excellent iPad app Editorial as my preferred text editor. I want to be able to upload images directly from Editorial to WordPress, using xmlrpc, so the images ends up in the media gallery, the files in the correct folders, thumbnails made and a Markdown link with the correct URL is created. So I’ve written a workflow you can download that gives you the ability to select some text (that will be the alt text for the image), and either upload the image in the original size, or resize the width to the dimension you specify. After the image is uploaded, the Markdown image code is inserted. Another good thing is that you have the ability to name the image file, which I haven’t seen in other solutions, like in Poster App, where you get the cryptical iOS internal name of the image. Not so SEO friendly. The easiest solution was to use the wordpress_xmlrpc module, so that needs to be installed before you can use the workflow! but I’ve written a guide about how to install the module/library here. If you forget to install it beforehand, you will get this dialog box with instructions on how to install it if you start the workflow. ...

April 17, 2014

How To import modules with Pipista into Editorial iOS app

Importing pipista modules in Editorial Lets face it, the Editorial App is a fantastic text/Markdown editor. It’s incredibly powerful with scripting abilities. But one of the most amazing tool for a power user is the ability to write Python scripts that can do almost anything. There are a lot of modules included with Editorial, but how do you add a library if it’s not included? There is a script for Editorials sister application Pythonista, that makes it easy to add modules, and you can use that for importing libraries to Editorial as well. The script is called Pipista. ...

April 6, 2014

SwiftKey for iOS

Update: this problem is solved with iOS 8. Apple has opened up the operating system, so you can install alternative keyboards on your iPhone or iPad. SwiftKey is working on an iOS version. I’m just trying out the app SwiftKey on both my iPad and iPhone and it works very well. I can’t understand why they haven’t implemented an URL scheme though. That way you could use apps like Drafts or Editorial together with SwiftKey, and then send text to and from your favorite editor when your done. Hopefully they will implement it soon. ...

March 3, 2014

Major step in iOS gaming

Major step in iOS gaming This is something I would really buy for my new iPad Air. Be able to play first person shooters on the go! Love the size of the controller!

January 11, 2014

Editorial iPad App Writing

Editorial iOS Markdown Text Editor So I found a new favorite iPad text editor called Editorial. After reading Federico Viticci’s great review of Editorial on macstories.net I bought the app, because the creator Ole Zorn wrote one of my other favorite apps Pythonista. And Editorial is amazing! ...

September 14, 2013

Reinventing iOS Automation: Editorial Review

Reinventing iOS Automation: Editorial Review: Editorial for iPad, redefines the market of text editors for iOS, and, in many ways, sets a new standard for iOS automation and desktop-class apps. Editorial makes me want to work from my iPad. Editorial is my new favorite Markdown editor with amazing workflow scripting abilities and a complete Python interpreter from the programmer that made Pythonista. Link to an extensive review of the app and its capabilities.

August 25, 2013

RSS Reader

Now that Google is pulling the plug on Google Reader, I’ve been researching an alternative. I bought Fever, a self hosting solution. My favorite RSS app for ipad is Mr. Reader has just been updated with support for Fever, but it’s slow. So I’m giving up on Fever as my syncing for RSS and going to use Feedly instead, now that they have an API. Feedly has a very nice app on iOS but Mr. reader now also supports Feedly, so I’m going to use it instead. On my Mac I’ll just use Feedly’s web interface which is quite nice. Good to be able to find interesting articles to read again.

June 28, 2013

Problem syncing Google Apps Exchange on new iPhone

When trying to sync a new iPhone to my Google Apps account it seems that it’s no longer possible to use Exchange push mail, address book and calendar syncing. By signing up for their service for free I paid by letting Google rummage through my mail for later use in targeted advertising. But now they killed yet another service that I come to depend on. My trust in Google is totally gone. Now I have to spend hours setting up a mail server, getting passwords from my users and sync all accounts using IMAP. Then I have to help everyone to set up iCloud sync for the address book and calendars instead. Because Google can’t be trusted. All these problems can easily fixed buy paying Google, but why pay twice? Money AND my private life? WTF? ...

June 25, 2013

How To Use Day One App

Uses | Day One: This is an ongoing archive of the many use cases we’ve found for ourselves and that have been reported by our users. We hope this will inspire you to think of new ways you can incorporate Day One into your workflow and daily routine. Great page of collected uses for the marvelous app Day One. I found some good ideas for writing earlier stuff than the diary I’ve kept for two and a half years. It wouldn’t exist a diary if it wasn’t for Day One. And the great thing is that it’s available on iOS and Mac with syncing through iCloud or Dropbox.

March 30, 2013

Blog Post Directly from iOS Safari to Poster App Using Pythonista Script

I want to be able to share interesting web pages on my Wordpress blog using iOS directly from Safari using a bookmark and a Pythonista Python script. The script takes the URL of the page, any text you copied and the page title, formats it in Markdown and creates a new post in Poster App automatically. ...

March 13, 2013