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.


    input parameter in url scheme not working

    Editorial
    2
    2
    1429
    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.
    • kishner
      kishner last edited by

      I set up an url scheme to search for a term using the Global Search... workflow:

      editorial://open/todo/todo.txt?root=dropbox&command=Global%20Search...&input=banana

      However, when I tap on it, I am immediately presented with the input prompt. Shouldn't the url scheme deliver that and immediately trigger the search?

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

        As it is, the Global Search workflow ignores the workflow input. It always shows an input alert, regardless of how it's started. You could change this by wrapping the Request Text Input action in an If block that checks if the Input variable is empty.

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