templates-for-omnifocus
templates-for-omnifocus copied to clipboard
Enhancement: use default defer/due date set in preferences
From Kennon Bickhart (via Slack):
Is there a way to use my default defer / due date that I set in OF preferences alongside the templated defer / due dates that get set?
Kennon's modifications:
In Resources/templateLibrary.js: Line 257:
const dueString = task.note.match(/\$DUE=(.*?)$/m)[1] + ' ' + settings.objectForKey("DefaultDueTime")
Line 264:const deferString = task.note.match(/\$DEFER=(.*?)$/m)[1] + ' ' + settings.objectForKey("DefaultStartTime")
I suspect that will mean that you can’t set a due time specifically perhaps, will need to play around with it when I get a change then I’ll update the script