This command opens a Quick Entry dialog for OmniFocus.
-
-
Save unsay/74e68b0278172b885fc9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var name = document.title; | |
var note = document.location; | |
window.location = 'omnifocus:///add?note=' + encodeURIComponent(note) + '&name=' + encodeURIComponent(name); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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