joshbetz
13p3 comments posted · 0 followers · following 0
28 weeks ago @ Josh Betz - Todo.txt to Omnifocus · 1 reply · +1 points
Make sure you fill in the path to your todo.txt in the correct location. You should just be able to paste this into the apple script editor and go from there. I think you can drag the .scpt file into the toolbar in omnifocus, but it's been awhile so I can't say for sure.
38 weeks ago @ Josh Betz - Todo.txt to Omnifocus · 3 replies · +2 points
The original plan was to start working on something like this, so I could go from todo.txt to OF and back, but I never got around to it. Now, I\'m back using Things, but if you get something working I\'d love to know about it. What I\'ve posted here is all I\'ve got.
65 weeks ago @ Josh Betz - WordPress login/out · 0 replies · +1 points
To get the current user’s username, try this bit of code.
$curr = get_currentuserinfo();
$currUser = curr->display_name;
$curr = get_currentuserinfo();
$currUser = curr->display_name;
Thingamajig