Jump to content

Things App Task Workflow Help


Recommended Posts

I just updated Andrew's 1.0 extensions to work with 2.0.x workflows. The basic functionality works fine, I can add new tasks to Inbox. But tags, projects and dueDates are not working.

 

I don't know if it is a Things issue or in the applescript.

 

Here is the script:

 

 

on alfred_script(q)
  tell application "Things"
    parse quicksilver input q
  end tell
end alfred_script
 
With the syntax: #tag1 #tag2 name [project name/area name] ::note >duedate
 
The workflow is here:
 
 
I think it is a problem with Things parse of quicksilver syntax? Any Ideas?
 
Thanks
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...