Scripting question: changing @due to @today if the date is today

You could experiment, if you like, with the following settings:

{ 
  // OPTIONS:
  // Rank tags and values cool -> hot (left -> right)
	
    tagOrder: ['available', 'today', 'overdue'],
    valueOrder: [], // value list can be empty, for simple tags
    forward: true, // create another copy of the script for moving back (edit to `forward: false`)
    cycle: true // Extremes cycle back to start ? (edit to `cycle: false` to stop at extremes)
}

at the bottom of this script: