Skip to content

Instantly share code, notes, and snippets.

@unsay
Forked from JoelBesada/README.md
Last active August 29, 2015 14:19
Show Gist options
  • Save unsay/74e68b0278172b885fc9 to your computer and use it in GitHub Desktop.
Save unsay/74e68b0278172b885fc9 to your computer and use it in GitHub Desktop.

OmniFocus & Backtick

This command opens a Quick Entry dialog for OmniFocus.

var name = document.title;
var note = document.location;
window.location = 'omnifocus:///add?note=' + encodeURIComponent(note) + '&name=' + encodeURIComponent(name);
{
"name": "Add to OmniFocus",
"description": "Save the current page to OmniFocus",
"icon": "https://upload.wikimedia.org/wikipedia/en/7/71/OmniFocus_Mac_1.10.png",
"link": "https://www.omnigroup.com/omnifocus"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment