Python scripts to use in Pythonista for iOS. Mostly Markdown-related.
Thanks to Pythonista developer Ole Zorn for feedback and input.
A simple Markdown converter for the clipboard contents.
Converts twitter.com URLs (either with http or https, mobile.twitter.com or regular format) to "single status" links for Tweetbot.
Copy a URL's page title and return title + link format. Example: Tweetbot for Mac Review http://www.macstories.net/news/tweetbot-for-mac-review/
A simple HTML encoder for clipboard contents.
Uses direct link to image in clipboard to generate HTML code suitable for a center-aligned image with Title and Alt attributes.
Same as ConvertMarkdown, but also pastes output into a new Byword document using Byword's URL scheme.
Imports two screenshots (iPhone 5) from the iOS clipboard and creates a single image. Based on: http://www.macstories.net/tutorials/a-better-way-to-combine-iphone-screenshots-with-keyboard-maestro/
Takes two iPhone 5 screenshots, places them side-by-side in a single image set to the clipboard. Unlike ScreenshotsClipboard, this script lets you set the placement of screenshots in the final image.
Same as ScreenshotsClipboard, but images are fetched from Pythonista's image manager.