From 7e4ba5188fe7ef4bc4151385511e5112b18a2c1a Mon Sep 17 00:00:00 2001 From: PeterLaemmle Date: Mon, 28 Sep 2020 21:00:22 +0200 Subject: [PATCH] Update config.template.ini Allow simple HTML stype formatting options like for bold and for italic in the Telegram plugin. See https://core.telegram.org/bots/api#formatting-options for full details. --- config/config.template.ini | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config/config.template.ini b/config/config.template.ini index 8d2a9a4..c677cb2 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -426,14 +426,17 @@ GoogleAPIKey = # Use the following format: CityOfOrigin+Street+Number RoutingOrigin = MyCity+MyStreet+MyNumber -#Wildcards can be used, see end of the file! +# Wildcards can be used, see end of the file! +# In addition, feel free to use simple HTML stlye tags like %FMS% FMS_message = %DATE% %TIME%: %FMS% -#Wildcards can be used, see end of the file! +#W ildcards can be used, see end of the file! +# In addition, feel free to use simple HTML stlye tags like %ZVEI% ZVEI_message = %DATE% %TIME%: %ZVEI% -#Wildcards can be used, see end of the file! -POC_message = %MSG% +# Wildcards can be used, see end of the file! +# In addition, feel free to use simple HTML stlye tags like %DESCR% +POC_message = %DESCR%%BR%%MSG% [yowsup]