[Remind-Fans] "Sticky Notes" for "remind"
san.srcf at clockwatching.net
san.srcf at clockwatching.net
Thu Jan 20 16:33:18 EST 2022
> Does anyone have experience with "Sticky Notes" applications, especially
> those used with "remind"? I know there are many, but I don't know which
It's not exactly what you asked for, but I have the following:
# Trigger on the given date and every day after it.
FSET on_and_after(date) iif(today() < date, date, today())
which I can use like:
REM [on_and_after('2024-02-10')] MSG ...Some sticky todo msg...
And then after that date it triggers until I delete it from the
reminders file.
More information about the Remind-fans
mailing list