Note
This plug-in is no longer actively maintained, due to changes in more recent versions of OmniFocus: more flexible date rules in perspectives have solved the use case for which this was intended.
This is an Omni Automation plug-in bundle for OmniFocus that tags tasks that are due today.
Please note that all scripts on my GitHub account (or shared elsewhere) are works in progress. If you encounter any issues or have any suggestions please let me know--and do please make sure you backup your database before running scripts from the internet!)
Refer to 'issues' for known issues and planned changes/enhancements.
Important note: for this plug-in bundle to work correctly, my Synced Preferences for OmniFocus plug-in is also required and needs to be added to the plug-in folder separately.
- Download the latest release.
- Unzip the downloaded file.
- Move the
.omnifocusjs
file to your OmniFocus plug-in library folder (or open it to install). - Configure your 'due today' using the
Preferences
action.
This plug-in makes use of a tag (e.g. ⚠️ Due Today
) that denotes a task that is due today, and which can be set in Preferences.
This tags should be created manually and can then be selected in Preferences.
This plug-in contains the following actions:
This action can be run at anytime.
It adds the specified tag to any tasks that are due today.
This action allows the user to set the preferences for the plug-in. These sync between devices using the Synced Preferences plug-in linked above.
The following preference is available:
- 'Due Today' Tag. This tag is used to tag any tasks that are due today.
This plug-in contains a number of functions within the tagDueTasksLib
library.
Returns the SyncedPref object for this plug-in.
If the user does not have the plug-in installed correctly, they are alerted.
Returns the 'due today' tag, if set in preferences. If no tag has been set, returns null.
Asynchronous. Returns the 'due today' tag, if set in preferences. If no tag has been set, shows the preferences form until this has been set.
Returns true
if the given date is today. Otherwise, returns false
.
Asynchronous. Adds the 'Due Today' tag to any tasks that are due today.
Intended to be run on completed tasks and is used by my Custom Complete plug-in. Removes the 'Due Today' tag from the given task. (This is designed to assist with repeating tasks.)