-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write back to OF #1
Comments
Hi Maxim. It's not something I've explored, but it should be possible (and is probably easier to do in Objective-C than Applescript). I'll add it to the to-do list. What particular operations would you be interested in seeing? |
I had this crazy idea of creating an API that way for local omnifocus db. Essentially writing to remote db instead of local one. Primarily to be able to sync with different systems like Pivotal Tracker, etc without using applescript.
I'd be interested in pairing on this if you want. |
Not yet, but this would be pretty easy to implement.
This would probably be hardest. It should be pretty straightforward, but ScriptingBridge sometimes throws weird problems IME...
This should also be pretty easy! I've added these points to my notes on the subject. The actual implementation should be pretty quick (e.g. marking a task complete would just involve adding the right terms into the [ETA: Going to leave this issue open until I push a version with these features] |
Hey,
This is an awesome project thx a lot 👍
Have you considered to extend it to allow to write back to OF? Something like if you drag an item on a Kanban wall it will update OF project status automatically.
The text was updated successfully, but these errors were encountered: