la5nta / pat

A cross-platform Winlink client written in Go
https://getpat.io
MIT License
483 stars 87 forks source link

Support Message Templates (without HTML Forms) #375

Open martinhpedersen opened 2 years ago

martinhpedersen commented 2 years ago

Ref https://github.com/la5nta/pat/issues/374#issuecomment-1262670594.

There is a difference between Message Templates and HTML Forms. Our package forms ignores templates without HTML Forms, and does not support the full scripting language commonly used with pure Message Templates.

martinhpedersen commented 6 months ago

443 improves support substantially, but still text-only templates are not supported in the web gui. The groundwork is done, but we need to implement the UI components to support this in the web gui.