> 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.
_______________________________________________
Remind-fans mailing list
[email protected]
https://dianne.skoll.ca/mailman/listinfo/remind-fans
Remind is at https://dianne.skoll.ca/projects/remind/

Reply via email to