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

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

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

Pythonista Review - Programming iOS with Python for iPad iPhone

Pythonista, finally programming workflow automation for iOS? I’m doing most of my writing on my iPad or occasionally on my iPhone, and I write everything in Markdown. There are some great scripts in my current favorite language Python out there for doing Markdown conversions, image manipulations, etc., but unfortunately, Apple rules regarding programming apps on iOS devices are pretty stringent. But an app for programming Python on iOS called Pythonista have some smart ways of getting around some of Apple’s restrictions. And one of the wonderful things you can do is home screen shortcuts, making your scripts available directly from the home screen of your iOS device. All you have to do to create a Pythonista home screen shortcut is to go to a web page and enter the script name and optional arguments. After that, add the page home-screen with Safari’s bookmarks button. Another way of starting your scripts is directly as bookmarks in Safari or another web browser. I found the app from this article about making life easier by scripting with Pythonista, a great read of all the functions available in the app. Because they added a Python library for managing the clipboard, you can copy pictures or text to it, then start your script that reads from the clipboard and then put the new modified text/picture back to the clipboard, ready for pasting into any app. Very handy! ...

February 6, 2013