You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So one would need to go through all https://github.com/caronc/apprise#supported-notifications and check what formats are supported and map it accordingly.
Ideally, apprise would take care of this since they have all the information. They could always accept HTML or Markdown and convert it to text if needed.
Maybe most services support Markdown and the ones that don't would hopefully just use it as text. Markdown links are not that bad to read as text.
vogler
changed the title
Strip HTML tags for apprise notification services which don't support HTML
apprise notification format
Mar 5, 2025
Seems like not all notification services can deal with HTML.
via https://github.com/vogler/free-games-claimer/pull/417/files#diff-d449836a1265b178db184b204653735df165e83a1b95401942c324ace2b501adR276
Could either just not use HTML at all or strip HTML tags if needed.
However, that would require an exhaustive list of those services.
The text was updated successfully, but these errors were encountered: