Hello, I don't have much experience with sticky note applications, but I use the ONCE and RUN functions to echo tasks to a text file that I then access with the Todo.txt application. It looks something like:
REM ONCE 29 RUN echo "Pay cut to crime boss, or else" >> /Path/To/File/todo.txt I think the RUN and echo commands can be used to pipe a reminder to almost any application that deals with plain text. Yesterday, I was just reading about how the Tomboy Notes program has been born again into Tomboy-ng. It trumpets plain text and markdown notes, so that might be worth looking into. Just find out where the notes are stored and pipe your reminder in that direction. Good luck, Danny On Thu, 2022-01-20 at 07:36 -0500, LarryD via Remind-fans wrote: > Does anyone have experience with "Sticky Notes" applications, > especially > those used with "remind"? I know there are many, but I don't know > which > are better than others. > > My problem is that I need some events to be "sticky". That is, I > need > some events to be visible and ONLY disappear after being > acknowledged. I > missed a payment because the announcement disappeared and I forgot > to > pay it. Not good. > > Can anyone help? > > -- > Thanks, > EigenFunctions > _______________________________________________ > Remind-fans mailing list > [email protected] > https://dianne.skoll.ca/mailman/listinfo/remind-fans > Remind is at https://dianne.skoll.ca/projects/remind/ _______________________________________________ Remind-fans mailing list [email protected] https://dianne.skoll.ca/mailman/listinfo/remind-fans Remind is at https://dianne.skoll.ca/projects/remind/
