omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    How to call a different app?

    Editorial
    4
    5
    2020
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gregorgross
      gregorgross last edited by

      I'm looking to call a drawing app, draw a pic there, call another app, upload that pic to Wordpress, and then come back to Editorial and add a link for the pic I've just drawn. Is it possible to do this?

      For me, the difficult part is to call the drawing app and wait with the workflow until I'm finished there.

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        You will have to find a drawing app that supports custom uri or x-callback-url's.
        Some folks in pythonista land have made simple drawing apps, that can run directly in editorial or pythonista.

        https://gist.github.com/SebastianJarsve/5297697

        Though this example would need to be added to in order to save what is on the canvas

        1 Reply Last reply Reply Quote 0
        • peterh86
          peterh86 last edited by

          With ios7 you can only call the drawing app and get a picture back if the drawing app supports x-callback URL and I doubt if any do. A workaround would be to first use the drawing program and put the drawing in Dropbox (where it would be visible to Editorial), then do the Wordpress things. I haven't used Wordpress.

          1 Reply Last reply Reply Quote 0
          • MartinPacker
            MartinPacker last edited by

            Wondering if Data URLs as part of HTML are a way of passing a graphic back. Not that any software necessarily exports in that format.

            1 Reply Last reply Reply Quote 0
            • gregorgross
              gregorgross last edited by

              Thanks, I thought so already.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB Forums | Contributors