Things 3 by Cultured Code is one of the most popular To-Do Apps on the Mac (like Todoist, Omnifocus). One of its great features is the ability to create a new to-do based on what's going on in another app, which is particularly useful in browsers as it will save the URL and the title of the page by default.
For example, this is what one of those entries would look like for this page (made in Safari): 
My request is to allow that functionality to work with Orion. Currently, no information is found, so the entry is blank. Based on the link I included in my first post, it may have something to do with AppleScript:
The app needs to have an AppleScript interface so that Autofill can access a selection within it. Specifically, the developer needs to support linking to objects in the app via URLs: for example, Mail uses message:// and Safari uses http:// or https://.
I just searched the public issue tracker and it seems like there are many suggestions regarding Applescript, so perhaps one of those will solve this as well? Sorry my first post wasn't more clear! Thanks.