Just another little note of thanks for the INFO feature.  Combined with
triginfo(), I can craft my msgsuffix() so that it annotates things
logically and consistently.  Not only can I semantically tag things with

  REM Jul 18 2026 \
    INFO "location: 123 Main St" \
    INFO "phone: 800-555-1212" \
    INFO "url: https://example.com"; \
    MSG Meeting with Jeff

and get output like (using Markdown-like syntax for the URLification)

  [Meeting with Jeff](https://example.com)
  [123 Main St](https://map-provider.invalid/?loc=123+Main+St)
  [800-555-1212](tel:800-555-1212)

Now with the terminal URLification handling those url: entries, the
whole thing feels quite elegant.

So after spending an afternoon cleaning up miscellaneous notes into
proper INFO annotations and a sizeable msgsuffix() function, it feels
particularly good.  Thanks!

-tim
-- 





_______________________________________________
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