Skip to content

omnifocus plugin to generate weekly report in markdown format, and email it.

Notifications You must be signed in to change notification settings

lynnmatrix/omnifocus-weekly-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

omnifocus-weekly-report

Omnifocus-weekly-report is an omnifocus plugin, it generates weekly report in markdown format, and email it.

Customization

Omnifocus-weekly-report covers tasks in all folders in default, but you can specify which folder should be included by alter some constants at the head part of this plugin code.

Also you can customize the email address To/Cc, and the subtitles.

Default:

const completedTitle = "COMPLETED"
const todoTitle = "NEXT WEEK"

const targetFolderName = null
const emailTo = ""
const emailCc = "" 

Customization:

const completedTitle = "COMPLETED THIS WEEK"
const todoTitle = "TASKS NEXT WEEK"

const targetFolderName = "my company name"
const emailTo = "someone@mycompany.com"
const emailCc = "otherone@mycompany.com" 

About

omnifocus plugin to generate weekly report in markdown format, and email it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published