View Single Post
Sorry, I didn't see these messages earlier. Apparently I don't get an email anymore when someone replies in this thread.

Jaemie, not to pass the buck but what you describe sounds like a Hazel issue. If it works when you run the rules manually but it doesn't automatically then I think Hazel has a problem.

hubutz, I don't think this kind of automation is even possible on the iPad.

For those who don't have Yojimbo you can open the applescript with the Applescript Editor and remove the references to Yojimbo. Find the block of code that looks like this:

Code:
on Add2Yojimbo(_type, _name, _URL, _note)

     ...lots of lines here...

end Add2Yojimbo
Delete all the lines between those two lines and add one that just does a return. When you're done it would look like this:

Code:
on Add2Yojimbo(_type, _name, _URL, _note)
     return
end Add2Yojimbo
Then save the file and proceed with setting it up as folder action script.

I don't know if I'll be adding any more features to this tool. I'm unhappy with the direction Apple is taking OSX these days and I'm actively looking at other platforms. That and I've lost the battle with the Omnifocus UI and stopped using it some time ago. I will try to help anyone if I can though.