Jump to content

OmniOutliner to-do script


Recommended Posts

If anyone else is using OmniOutliner as a to-do list, here is a quick script that can be adapted to add rows. 

 

on alfred_script(q)
	tell application "OmniOutliner"
		make new row at last row of front document with properties {topic:q}
		outdent last row of front document
	end tell
end alfred_script

 

Link to comment
  • 6 months later...

@marlowe By chance, do you know of any OmniOutliner scripts for searching (a specific outline, all outlines, etc.)? You're one of the few people I've seen post about OmniOutliner, so I figured I'd ask.

 

There are a few great OmniFocus search workflows, but I haven't been able to find any for OmniOutliner yet. And, to be honest, I hate OmniOutliner's built-in search!

 

Thanks for any help you can lend!

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...