Jump to content

thierrylemoulec

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by thierrylemoulec

  1. Hi everyone,

     

    I'm currently building a workflow for searching my kippt bookmarks using script filter.

     

    The result from the API give me directly an URL that I provide in the XML string I return to alfred, like this :

     

    <?xml version="1.0"?>
    <items>
      <item uid="kipptsearch" arg="http://another-url.com/test">
        <title>test kippt</title>
        <subtitle>kippt search</subtitle>
        <icon>icon.png</icon>
      </item>
    </items>

     

    Then I link this to the "Open url" action and add {query} to the search url field. But as you may expected, my url is encoded and then nothing happened. 

     

    I would like to really open a url with the "open url" action not simply make a search. Is there a way to do that ?

×
×
  • Create New...