Just upgraded to OmniFocus 2 2.14 and now the task paper documents in Editorial I created last night on the previous build crashes OmniFocus.
Ditto: all templates in Editoral hang on launch.
Just upgraded to OmniFocus 2 2.14 and now the task paper documents in Editorial I created last night on the previous build crashes OmniFocus.
Ditto: all templates in Editoral hang on launch.
Thanks for reporting this, and sorry for the trouble! A fix for this is coming in the next update (r259474).
@kcase Just wondering, will these automation items ever be native to the iOS and Mac apps? I love the automation but would love to be able to create the automation from within Omnifocus that way I don’t need other apps, it will be more reliable and most important to me I will have access to all the same automation tools on both platforms.
Thanks and keep up the great work!
Will support for project templates ever be built into OmniFocus as a native feature? Yes, project templates are definitely planned as their own first-class feature: there’s clearly a general need that would help a lot of customers.
But project templates are just one practical application of automation; people can dream up all kinds of automation workflows, and some of those workflows will be so tailored to a person’s particular situation that it wouldn’t make sense to try to build them all into the app as native features.
r257474 is now available:
How difficult would it be to add a parameter to bypass the entry confirmation? I have a few Drafts actions that add tasks to predefined projects/contexts and it would be helpful it if would (given said parameter) return me to Drafts without needing to click save in OF.
Bypassing the entry confirmation would be easy. Making sure that the bypass wasn’t accidentally abused (click on some random link on a webpage and have it add spam to your OmniFocus database without ever prompting for confirmation) is where things get a bit more challenging.
Any thoughts on how you’d want that to work? Perhaps some control that lets you grant bypass permission to specific apps?
That, or Drafts uses a “key” parameter that has to be included in order to greenlight the bypass.
&autoadd=true&key=ABC123
Should this work to make tasks repeat in a taskpaper file?
Doesn’t work for me.
Works great now, thanks!
Ah, that makes sense!
No, sorry, it’s a bit more complicated than that:
- Repeat tests
- Repeat M, W, F @repeat-method(fixed) @repeat-rule(FREQ=WEEKLY;BYDAY=MO,WE,FR)
- Repeat S, S @repeat-method(fixed) @repeat-rule(FREQ=WEEKLY;BYDAY=SU,SA)
- Repeat 3 days after completion @repeat-method(start-after-completion) @repeat-rule(FREQ=DAILY;INTERVAL=3)
The easiest way to see how to set up repetitions is to set something up the way you want it in OmniFocus, then copy the pre-configured project (or individual task) to the pasteboard. (You do this by tapping on the project to view its details, then using Share > Copy.)
Your support for repeating tasks is fabulous!
Couldn’t be said better. I need both :)
Ah, that’s great. Thanks!
Ken I’m sorry for reposting, can you answer anything about his these questions?
DId you see the release notes about this? Projects with colon suffixes should be working now.
Yes, I’ll post that shortly (and link to it here as soon as it’s available).
Bug report. This template:
- Project: @parallel(false) @due(«due»)
- Sub projects @parallel(false) @autodone(true)
#note1
#note2
- Out @repeat-method(start-after-completion) @repeat-rule(FREQ=DAILY)
#note1
#note2
- of @due(«due» -50d)
#note1
#note2
- order @due(«due» -49d)
#note1
#note2
- items @due(«due» -49d)
#note1
#note2
Produces a sub-project with the list of items out of order. (Order -> of -> Items -> Out)
I can’t get the project parameter to work using the /add url with the latest update.
Does the project you’re trying to use already exist? (The project parameter doesn’t create new projects, it will only assign your task to an existing project. If you want to create a project and its children all at once, I recommend using the /paste action instead.)