<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Editorial on Jackenhack</title><link>https://www.jackenhack.com/tags/editorial/</link><description>Recent content in Editorial on Jackenhack</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 08 Feb 2015 00:00:00 +0000</lastBuildDate><atom:link href="https://www.jackenhack.com/tags/editorial/index.xml" rel="self" type="application/rss+xml"/><item><title>wpid Added to File Name When Uploading With xmlrpc</title><link>https://www.jackenhack.com/wpid-added-file-uploading-xmlrpc/</link><pubDate>Sun, 08 Feb 2015 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/wpid-added-file-uploading-xmlrpc/</guid><description>&lt;p&gt;&lt;img alt="Python logo" decoding="async" height="150" loading="lazy" src="https://www.jackenhack.com/wpid-added-file-uploading-xmlrpc/images/python-logo-150x150_hu_10ccd5809ced2e67.jpg" width="150"&gt;I’m working on my script for uploading images directly from the iOS Markdown text editor app &lt;a href="http://omz-software.com/editorial/" title="Editorial for iOS"&gt;Editorial&lt;/a&gt; to Wordpress. The current script uses xmlrpc-Wordpress library, but I’m writing my own so the user doesn’t have to install the extra library just to use my script. When uploading files with &lt;strong&gt;xmlrpclib&lt;/strong&gt;, I got this annoying thing happening. Every time I uploaded an image using &lt;strong&gt;xmlrpclib&lt;/strong&gt; and the function &lt;strong&gt;wp.uploadFile&lt;/strong&gt; the uploaded file got &lt;strong&gt;wpid-&lt;/strong&gt; prepended to the filename of all my uploaded files.&lt;/p&gt;</description></item><item><title>Editorial App Workflow Upload Image to WordPress Media Library Version 2.2</title><link>https://www.jackenhack.com/editorial-app-workflow-upload-image-wordpress-media-library/</link><pubDate>Sat, 31 Jan 2015 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/editorial-app-workflow-upload-image-wordpress-media-library/</guid><description>&lt;p&gt;&lt;img alt="Editorial iOS app icon" decoding="async" height="1024" loading="lazy" sizes="(min-width: 768px) 720px, 100vw" src="https://www.jackenhack.com/editorial-app-workflow-upload-image-wordpress-media-library/images/editorial-app-icon_hu_2e8c8ae2808969a0.jpg" srcset="https://www.jackenhack.com/editorial-app-workflow-upload-image-wordpress-media-library/images/editorial-app-icon_hu_d59e8266a2ebf565.jpg 360w,/editorial-app-workflow-upload-image-wordpress-media-library/images/editorial-app-icon_hu_f7e134ff9a92b269.jpg 480w,/editorial-app-workflow-upload-image-wordpress-media-library/images/editorial-app-icon_hu_362977c5c188a880.jpg 720w" width="1024"&gt;&lt;a href="https://itunes.apple.com/us/app/editorial/id673907758?mt=8&amp;amp;uo=4&amp;amp;at=11lJWT&amp;amp;ct=Blog"&gt;&lt;img alt="Download on the AppStore" decoding="async" height="200" loading="lazy" sizes="(min-width: 768px) 720px, 100vw" src="https://www.jackenhack.com/editorial-app-workflow-upload-image-wordpress-media-library/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_e9bd881d9508069.png" srcset="https://www.jackenhack.com/editorial-app-workflow-upload-image-wordpress-media-library/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_9f896ab9e7102ec7.png 360w,/editorial-app-workflow-upload-image-wordpress-media-library/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_dc70ee18946631a9.png 480w" width="659"&gt;&lt;/a&gt;I’ve tried a lot of blogging apps for the iPad, but none of them handles images the way I want. Images gets the weird name iOS has assigned to them which is not good for &lt;a href="http://en.wikipedia.org/wiki/Search_engine_optimization"&gt;SEO&lt;/a&gt;. When I upload images to Wordpress, I want them to end up in the Wordpress Media Library and have all the theme defined sizes created automatically. Just like when you upload from the web interface in Wordpress. There’s an added problem when you want your site to support images displayed on a Retina or high DPI device, showing the picture in high resolution using a plugin like &lt;a href="https://wordpress.org/plugins/wp-retina-2x/"&gt;WP Retina x2&lt;/a&gt;. My favourite text editor on iOS is Editorial app, So I made this Workflow so I can do the naming, resizing and uploading of the images directly inside the app from my iPad or iPhone 6 Plus. You can select which of the theme defined image sizes you want to display and also set the image alignment. This workflow works excellent with the &lt;a href="https://wordpress.org/plugins/wp-retina-2x/"&gt;WP Retina x2&lt;/a&gt; plugin, which is the one I use on my site. When everything is done, you have an &lt;a href="http://fletcherpenney.net/multimarkdown/"&gt;MultiMarkdown&lt;/a&gt; referred image link at the cursor position in the text editor, and the image link and information like width, height and alt-text is added to the end of the document. This makes a very convenient way of blogging on the iPad.&lt;/p&gt;</description></item><item><title>Editorial App Wordpress Upload images Workflow updated</title><link>https://www.jackenhack.com/editorial-app-wordpress-upload-images-workflow-updated/</link><pubDate>Tue, 13 Jan 2015 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/editorial-app-wordpress-upload-images-workflow-updated/</guid><description>&lt;p&gt;I have being going through the code for the &lt;a href="http://www.editorial-workflows.com/workflow/5906229377368064/Q0zY0TDSI0k"&gt;Editorial App Workflow for uploading images directly to Wordpress Media Library&lt;/a&gt; and added some functions. There where several bugs and problems. Should work better now. &lt;/p&gt;
&lt;p&gt;— Bug where scaling didn&amp;rsquo;t work at all (shame!)&lt;/p&gt;
&lt;p&gt;— Added full resolution image as alternative&lt;/p&gt;
&lt;p&gt;— should work now for blogs that doesn&amp;rsquo;t automatically make scaled versions of uploaded images, only presented with the option to use full resolution.&lt;/p&gt;</description></item><item><title>Editorial iOS Upload Images to WordPress Workflow</title><link>https://www.jackenhack.com/editorial-app-upload-images-wordpress-workflow/</link><pubDate>Thu, 17 Apr 2014 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/editorial-app-upload-images-wordpress-workflow/</guid><description>&lt;h1 id="update-a-newer-better-version-has-been-created-you-can-download-it-here"&gt;Update: A newer, better version has been created. &lt;a href="https://www.jackenhack.com/editorial-app-workflow-upload-image-wordpress-media-library/"&gt;You can download it here&lt;/a&gt;.&lt;/h1&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;img alt="Download on the AppStore" decoding="async" height="200" loading="lazy" sizes="(min-width: 768px) 720px, 100vw" src="https://www.jackenhack.com/editorial-app-upload-images-wordpress-workflow/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_e9bd881d9508069.png" srcset="https://www.jackenhack.com/editorial-app-upload-images-wordpress-workflow/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_9f896ab9e7102ec7.png 360w,/editorial-app-upload-images-wordpress-workflow/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_dc70ee18946631a9.png 480w" width="659"&gt;&lt;/p&gt;
&lt;p&gt;I use the excellent iPad app &lt;a href="http://omz-software.com/editorial/" title="Editorial for iPad"&gt;Editorial&lt;/a&gt; as my preferred text editor. I want to be able to upload images directly from Editorial to &lt;a href="https://wordpress.org/" title="WordPress › Blog Tool, Publishing Platform, and CMS"&gt;WordPress&lt;/a&gt;, using &lt;a href="http://python-wordpress-xmlrpc.readthedocs.org/en/latest/" title="Welcome to python-wordpress-xmlrpc’s documentation! — python-wordpress-xmlrpc 2.2 documentation"&gt;xmlrpc&lt;/a&gt;, so the images ends up in the media gallery, the files in the correct folders, thumbnails made and a &lt;a href="https://daringfireball.net/projects/markdown/" title="Daring Fireball: Markdown"&gt;Markdown&lt;/a&gt; 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 &lt;a href="https://www.jackenhack.com/editorial-app-import-modules-with-pipista/"&gt;written a guide about how to install the module/library here&lt;/a&gt;. 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.&lt;/p&gt;</description></item><item><title>How To import modules with Pipista into Editorial iOS app</title><link>https://www.jackenhack.com/editorial-app-import-modules-with-pipista/</link><pubDate>Sun, 06 Apr 2014 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/editorial-app-import-modules-with-pipista/</guid><description>&lt;p&gt;&lt;img alt="1377461573.jpg" decoding="async" height="128" loading="lazy" src="https://www.jackenhack.com/editorial-app-import-modules-with-pipista/images/1377461573-150x128_hu_c155e926571bb72b.jpg" width="150"&gt;&lt;/p&gt;
&lt;h2 id="importing-pipista-modules-in-editorial"&gt;Importing pipista modules in Editorial&lt;/h2&gt;
&lt;p&gt;&lt;img alt="Download on the AppStore" decoding="async" height="200" loading="lazy" sizes="(min-width: 768px) 720px, 100vw" src="https://www.jackenhack.com/editorial-app-import-modules-with-pipista/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_e9bd881d9508069.png" srcset="https://www.jackenhack.com/editorial-app-import-modules-with-pipista/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_9f896ab9e7102ec7.png 360w,/editorial-app-import-modules-with-pipista/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_dc70ee18946631a9.png 480w" width="659"&gt;Lets face it, the &lt;a href="http://omz-software.com/editorial/" title="Editorial for iPad"&gt;Editorial&lt;/a&gt; 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 &lt;a href="https://gist.github.com/pudquick/4317095" title="Version 2.0 of pipista - Unstable branch :)"&gt;Pipista&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Editorial iPad App Writing</title><link>https://www.jackenhack.com/writing-with-editorial-ipad-app/</link><pubDate>Sat, 14 Sep 2013 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/writing-with-editorial-ipad-app/</guid><description>&lt;p&gt;&lt;img alt="Editorial iOS app icon" decoding="async" height="150" loading="lazy" src="https://www.jackenhack.com/writing-with-editorial-ipad-app/images/editorial-app-icon-150x150_hu_aeb0577a44e5d3ea.jpg" width="150"&gt;&lt;/p&gt;
&lt;h2 id="editorial-ios-markdown-text-editor"&gt;Editorial iOS Markdown Text Editor&lt;/h2&gt;
&lt;p&gt;&lt;img alt="Download on the AppStore" decoding="async" height="200" loading="lazy" sizes="(min-width: 768px) 720px, 100vw" src="https://www.jackenhack.com/writing-with-editorial-ipad-app/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_e9bd881d9508069.png" srcset="https://www.jackenhack.com/writing-with-editorial-ipad-app/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_9f896ab9e7102ec7.png 360w,/writing-with-editorial-ipad-app/images/Download_on_the_App_Store_Badge_US-UK_135x40_0824_hu_dc70ee18946631a9.png 480w" width="659"&gt;So I found a new favorite iPad text editor called &lt;a href="http://omz-software.com/editorial/" title="Editorial for iPad"&gt;Editorial&lt;/a&gt;. After reading &lt;a href="http://www.macstories.net/stories/editorial-for-ipad-review/" title="Reinventing iOS Automation: Editorial Review"&gt;Federico Viticci’s great review of Editorial&lt;/a&gt; on macstories.net I bought the app, because the creator Ole Zorn wrote one of my other favorite apps &lt;a href="https://www.jackenhack.com/scripting-programming-iphone-ipad-python-pythonista-review/" title="Pythonista"&gt;Pythonista&lt;/a&gt;. And Editorial is amazing!&lt;/p&gt;</description></item><item><title>Reinventing iOS Automation: Editorial Review</title><link>https://www.jackenhack.com/reinventing-ios-automation-editorial-review/</link><pubDate>Sun, 25 Aug 2013 00:00:00 +0000</pubDate><guid>https://www.jackenhack.com/reinventing-ios-automation-editorial-review/</guid><description>&lt;p&gt;&lt;img alt="Editorial iOS app icon" decoding="async" height="1024" loading="lazy" sizes="(min-width: 768px) 720px, 100vw" src="https://www.jackenhack.com/reinventing-ios-automation-editorial-review/images/editorial-app-icon_hu_2e8c8ae2808969a0.jpg" srcset="https://www.jackenhack.com/reinventing-ios-automation-editorial-review/images/editorial-app-icon_hu_d59e8266a2ebf565.jpg 360w,/reinventing-ios-automation-editorial-review/images/editorial-app-icon_hu_f7e134ff9a92b269.jpg 480w,/reinventing-ios-automation-editorial-review/images/editorial-app-icon_hu_362977c5c188a880.jpg 720w" width="1024"&gt;&lt;br&gt;
&lt;a href="http://www.macstories.net/stories/editorial-for-ipad-review/"&gt;Reinventing iOS Automation: Editorial Review&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;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.&lt;/p&gt;</description></item></channel></rss>