[Remind-Fans] "Sticky Notes" for "remind"
Tim Chase
remind at tim.thechases.com
Thu Jan 20 16:59:18 EST 2022
On 2022-01-20 13:33, San via Remind-fans wrote:
> 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.
For what it's worth, this is even built-in:
REM FROM 2024-02-10 MSG Sticky todo
which might be a bit easier to read and remove the need to maintain
the function. :-)
-tim
More information about the Remind-fans
mailing list