Comment by hypertexthero
Comment by hypertexthero 2 months ago
Anyone know how to change the default :date output to YYYY-MM-DD instead of MM/DD/YYYY on macOS?
I’ve tried the following in default.yml and reloading the config, but it’s not working and Claude, Gemini, and myself are stumped :)
matches:
- trigger: ":date"
replace: "{{mydate}}"
vars:
- name: mydate
type: date
params:
format: "%Y-%m-%d"
Solution: Edit the # Print the current date section in…
…to read: