omz:forum

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

    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 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Judithdrive

    @Judithdrive

    0
    Reputation
    387
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Judithdrive Unfollow Follow

    Latest posts made by Judithdrive

    • RE: Launch Center Pro and delayed workflow

      Sure. I'll post them in a day or so.

      posted in Editorial
      Judithdrive
      Judithdrive
    • RE: Launch Center Pro and delayed workflow

      I had a similar problem with a similar workflow -- all it did was open a file (in the editor) and append the contents of the clipboard to it. The file always opened, but sometimes---especially after not being used for a while---the paste didn't happen. I had to paste it manually. It was as if the opening of the file by Editorial was non-blocking, and the paste occurred before the file was ready.

      I found, however, that if I use Editorial's built-in "Open URL" action, with the "Wait until loaded" switch on (to the "In-App Browser"), the call to the Editorial URL works perfectly every time. So I now call a "staging" workflow, which consists of a small Python script that reconstructs the Editorial URL, followed by the "Open URL" action to make the actual call. I haven't seen the problem since.

      For me this isn't as much of a kludge as it sounds: I call the final action from both inside and outside Editorial, and the internal calls were made from Python. So I already had the script in place to modify, and I just added the "Open URL" action.

      posted in Editorial
      Judithdrive
      Judithdrive