omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. average

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    average

    @average

    0
    Reputation
    829
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    average Unfollow Follow

    Latest posts made by average

    • iOS 15 supported?

      Need to update my iOS but can't until i know editorial will work :)

      posted in Editorial
      average
      average
    • RE: Editorial Dropbox Sync Delay

      yeah i think what's happening is that it's modifying the old version of the file (since youre writing to the current state before it refreshes), and then once it downloads the remote file, it realizes its different so there's a conflicting file generated rather than just resolving the generally trivial merge conflict (if its just adding text at the top).

      this problem is exacerbate when using scripts since appending by workflow script will work without waiting for a dropbox sync completion, thereby guaranteeing failure and a generated conflicted file.

      anyone know how to make workflows wait for a dropbox sync?

      posted in Editorial
      average
      average
    • RE: The button of snippets in Editorial

      does that mean editorial is buggy on ios 13?

      posted in Editorial
      average
      average
    • RE: Editorial Dropbox Sync Delay

      i also frequently get conflicting files that im modifying. even for simple things like adding a line at the top of the file. you'd think dropbox should be able to consolidate those changes.

      yeah idk why it's happening.

      posted in Editorial
      average
      average
    • Does editorial and pythonista work on iPhone 6s iOS 13.1.2 (latest)?

      because i really want to upgrade but only if editorial and pythonista will still work. does it?

      posted in Editorial
      average
      average
    • RE: using appex to modify a photo creation date directly

      cool but this doesn't seem to work fully. this changes the creation_date but how do you change the "taken date" as if the image was taken (not edited) just now?

      import photos, dialogs
      
      asset = photos.pick_asset()
      new_date = dialogs.datetime_dialog('Set Creation Date')
      asset.creation_date = new_date
      
      posted in Pythonista
      average
      average
    • Workflow to hide keyboard

      How can I have a workflow hide the keyboard if the editor text is focused?

      I have a script that focuses a section and you have to put the caret in the section you want to focus. I want the keyboard to hide though.

      posted in Editorial
      average
      average
    • Programmatically "Sync now"

      Sometimes I update my dropbox text files remotely and want editorial to sync now. how do i get it to do this programmatically via the python editor?

      real use case is that i want editorial to hit and endpoint which will remotely modify my dropbox file and then i want to reload those changes rather than manually do it.

      posted in Editorial
      average
      average
    • Slack org for Editorial

      Can we get one like Pythonista has please?

      posted in Editorial
      average
      average
    • RE: Contacts Images

      oh interesting. I looked for this specifically on that particular page. what brings about the differences in the documentations? it makes me hesitant to use something if its documentation is suspect (possibly alluding to deprecation).

      also, how do you view the docs on the app?

      posted in Pythonista
      average
      average