sgobin Posted March 15, 2013 Share Posted March 15, 2013 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: https://github.com/sgobin/things_task I think it is a problem with Things parse of quicksilver syntax? Any Ideas? Thanks Link to comment
sgobin Posted March 20, 2013 Author Share Posted March 20, 2013 Everything seams to be working fine now. The parse doesn't add tags, projects, area; but it can use it. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now